acme/src
2020-07-29 23:30:33 +00:00
..
win Update creating (c) year in win32 file, depends now on version.h 2019-12-23 00:28:25 +00:00
_amiga.h part 4 of 4 of preparations for backslash escaping 2020-05-19 16:28:36 +00:00
_dos.c part 4 of 4 of preparations for backslash escaping 2020-05-19 16:28:36 +00:00
_dos.h part 4 of 4 of preparations for backslash escaping 2020-05-19 16:28:36 +00:00
_riscos.c added typedef for "bits" 2020-06-14 00:26:38 +00:00
_riscos.h added typedef for "bits" 2020-06-14 00:26:38 +00:00
_std.c ACME Release 0.96: Added experimental support for instruction sets of Rockwell 65C02, WDC 65C02(S), CSG 65CE02 and CSG 4502. 2016-12-28 20:32:00 +00:00
_std.h part 4 of 4 of preparations for backslash escaping 2020-05-19 16:28:36 +00:00
acme.c added experimental support for 16MiB outbuf using "--test" 2020-07-04 13:43:20 +00:00
acme.h comments only 2017-10-16 17:01:44 +00:00
alu.c several small changes: 2020-07-18 13:50:46 +00:00
alu.h changing a list now needs !set 2020-06-20 14:54:43 +00:00
cliargs.c ACME Release 0.96: Added experimental support for instruction sets of Rockwell 65C02, WDC 65C02(S), CSG 65CE02 and CSG 4502. 2016-12-28 20:32:00 +00:00
cliargs.h ACME Release 0.96: Added experimental support for instruction sets of Rockwell 65C02, WDC 65C02(S), CSG 65CE02 and CSG 4502. 2016-12-28 20:32:00 +00:00
config.h refactored (added a union) 2020-06-20 16:11:08 +00:00
cpu.c comments only, no change in functionality 2020-06-28 00:05:35 +00:00
cpu.h added typedef for "bits" 2020-06-14 00:26:38 +00:00
dynabuf.c fixed convert-to-lower-case function so keywords may contain underscore in future 2020-06-21 15:16:38 +00:00
dynabuf.h ACME Release 0.96: Added experimental support for instruction sets of Rockwell 65C02, WDC 65C02(S), CSG 65CE02 and CSG 4502. 2016-12-28 20:32:00 +00:00
encoding.c started work on !watch and !trace (commented out), minor cleanup, no changes 2020-07-12 18:46:06 +00:00
encoding.h Release 0.97: Now with string symbols, lists, backslash escaping, 2020-06-28 18:56:55 +00:00
flow.c tweaked docs and removed some comments, no change in functionality 2020-06-30 09:24:30 +00:00
flow.h cleanup (moved functions between files; no change in functionality!) 2020-06-20 16:45:37 +00:00
global.c several small changes: 2020-07-18 13:50:46 +00:00
global.h several small changes: 2020-07-18 13:50:46 +00:00
input.c started work on !watch and !trace (commented out), minor cleanup, no changes 2020-07-12 18:46:06 +00:00
input.h added support for hashbang lines (if file starts with '#', line is ignored) 2020-06-29 09:53:03 +00:00
macro.c refactored symbol assignment (unfinished) 2020-06-05 01:11:51 +00:00
macro.h ACME Release 0.96: Added experimental support for instruction sets of Rockwell 65C02, WDC 65C02(S), CSG 65CE02 and CSG 4502. 2016-12-28 20:32:00 +00:00
Makefile pseudo opcodes like !by, !wo, !tx and friends now accept lists 2020-06-18 23:38:24 +00:00
Makefile.dos pseudo opcodes like !by, !wo, !tx and friends now accept lists 2020-06-18 23:38:24 +00:00
Makefile.mingw pseudo opcodes like !by, !wo, !tx and friends now accept lists 2020-06-18 23:38:24 +00:00
Makefile.riscos pseudo opcodes like !by, !wo, !tx and friends now accept lists 2020-06-18 23:38:24 +00:00
mnemo.c disabled all indexed addressing for m65's "quad" mode, except for LDQ. 2020-07-29 23:30:33 +00:00
mnemo.h changed 6510 to nmos6502 internally 2020-05-29 13:04:28 +00:00
output.c started work on !watch and !trace (commented out), minor cleanup, no changes 2020-07-12 18:46:06 +00:00
output.h added experimental support for 16MiB outbuf using "--test" 2020-07-04 13:43:20 +00:00
platform.c ACME Release 0.96: Added experimental support for instruction sets of Rockwell 65C02, WDC 65C02(S), CSG 65CE02 and CSG 4502. 2016-12-28 20:32:00 +00:00
platform.h ACME Release 0.96: Added experimental support for instruction sets of Rockwell 65C02, WDC 65C02(S), CSG 65CE02 and CSG 4502. 2016-12-28 20:32:00 +00:00
pseudoopcodes.c several small changes: 2020-07-18 13:50:46 +00:00
pseudoopcodes.h some renaming/cleanup 2020-05-29 10:57:01 +00:00
section.c more work to be able to mimic older versions 2020-05-29 23:33:03 +00:00
section.h more cleanup 2020-05-06 12:27:32 +00:00
symbol.c started work on !watch and !trace (commented out), minor cleanup, no changes 2020-07-12 18:46:06 +00:00
symbol.h added typedef for "bits" 2020-06-14 00:26:38 +00:00
tree.c tiny cleanup 2020-05-14 10:35:54 +00:00
tree.h tiny cleanup 2020-05-14 10:35:54 +00:00
typesystem.c got rid of DEFINED flag by making UNDEFINED its own number type 2020-06-16 22:44:54 +00:00
typesystem.h step 2 to fix ALU_* calls 2020-05-08 00:34:46 +00:00
version.h disabled all indexed addressing for m65's "quad" mode, except for LDQ. 2020-07-29 23:30:33 +00:00