|
The m8cutils package contains basic software development tools and
the host software for controlling various programmers.
The current version is
m8cutils-22
(198 kB), released 31-DEC-2006.
Changes since the previous version:
- as/tests/{case,macro}: added tests for case-sensitivity and use of macro name
not as macro
- as/m8c.y: when using EQU, m8cas didn't complain about re-definable labels
being an extension (updated as/tests/redef_ext)
- as/README: clarified use of re-definable labels in EQU
- as/{m8c.y,id.[hc]}: a re-definable label set by EQU is not visible when
parsing the expression it is set to (as/tests/redef_same)
- as/{m8c.y,id.[hc]}: EQU cleans up re-usable labels only after parsing the
expression (as/tests/reuse_same)
- as/{id.h,id.c,op.c}: recursive definition were not detected and crashed m8cas
(as/tests/rec_def)
- shared/{disasm.c,symmap.[hc]}: added support for re-definable labels
- das/tests/sym_redef: added tests for redefinable labels
- sim/: added support for re-definable labels (sim/tests/redef,
sim/tests/redef_err)
Older versions can be found here.
Historical versions can be found at
http://www.almesberger.net/misc/cy8c2/.
|