1
0
Fork 0
mirror of https://github.com/pnx/m16vm synced 2026-06-16 03:44:55 +02:00
Commit graph

14 commits

Author SHA1 Message Date
1a8417bd57 as/as.c: only close if fd_out is not stdout 2023-11-25 13:52:09 +01:00
a105d5087e
as/lexer/number.c: should not stop parsing if we overflow. 2019-04-03 16:45:53 +02:00
502f284ebd
as/lexer/number.c: cleaning up lexer_read_num_dec() abit, skipping goto. 2019-04-03 16:42:34 +02:00
969c092e6f
as/lexer.c: minor style fix. 2019-04-03 16:05:55 +02:00
c9f0d8b616
as/lexer.c: minor style fix. 2019-03-29 16:03:57 +01:00
040caee7f4
as/lexer.c: move hex/dec parse functions to as/lexer/number.c 2019-03-29 16:01:59 +01:00
caed36a936
asm: move grammar stuff from lexer.c to lexer/grammar.h 2019-03-29 15:46:19 +01:00
6611095364
as/parser.c: fixed a bug where address of array (uint_t **) was passed to codegen_emit() (that expects uint_t*) 2019-03-29 15:46:19 +01:00
5b1bf5b412
as/parser.c: fix compiler warning by doing some casts. 2019-03-14 11:34:54 +01:00
e319461f83
as/asm_error.h: variadic functions did not work at all, switch to macro. 2019-01-04 21:28:31 +01:00
5416d2b4d8
Updating copyright year. 2019-01-04 20:31:05 +01:00
983ff56b93
updating some headers 2019-01-04 15:34:45 +01:00
6422bcca8a
moving as/error.c code to lib to have the functions reusable. 2018-12-21 00:03:47 +01:00
d73e2ab710
move /src/as to /as and /src to /vm 2018-12-18 13:29:18 +01:00