mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-13 23:36:03 +00:00
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
|
|
19.4.2009: JH
|
|
version 0.3
|
|
- bugfix: Illegal labels and illegal opcodes are processed as
|
|
"implied .WORD" directives.
|
|
Expression errors in "do_word()" did not process any input character,
|
|
so parser did go into an endless loop.
|
|
- Switchable syntax extensions with -yxx options:
|
|
symbol len can be adjusted with "-ysl" command line option.
|
|
"-yus" option allows underscore "_" char in symbols.
|
|
This was needed to process code generated by my favorite disassembler.
|
|
- command line help added (-h option)
|
|
|
|
17.4.2009: JH
|
|
version 0.3
|
|
- ".INCLUDE" re-enabled
|
|
- refactoring: big 6000+ lines "macro11.c" split into 10 modules.
|
|
|
|
15.4.2009: JH
|
|
Begin rework by Joerg Hoppe (j_hoppe@t-online.de)
|
|
All my changes are marked with "/*JH: .. */" comments
|
|
|
|
|
|
----------- Richard Krebiehls entries ------------------
|
|
|
|
|
|
15-July-2001
|
|
version 0.2
|
|
removed references to snprintf from dumpobj.c and
|
|
mlb.c for portability
|
|
fixed a type cast warning in dumpobj.c compare_gsdlines
|
|
Removed strcasecmp from macro11.c for portability
|
|
Removed references to wnewmem.c from makefile (isn't needed)
|
|
makefile more compatible with non-gnu make and compiler
|
|
main prints version 0.2
|
|
|
|
14-July-2001
|
|
First release, version 0.1.
|