home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
program
/
mit2mot1.zoo
/
version.doc
< prev
Wrap
Text File
|
1993-06-13
|
927b
|
25 lines
Version notes for mit2mot (these are more notes to myself than anything that
should be taken as gospel, btw -sb):
5/31/93 Version 1.0.0 released.
6/13/93 Fixed several problems pointed out by William Rosenkrantz,
to wit:
- string literals containing escape sequences were not being
recognized as strings.
- gcc -S apparently generates labels of the form
gcc_compiled.: with periods in them. I've extended the
tokenizer to recognize labels with periods at the end;
hopefully that will be enough.
- comments of the form #etc. were not being recognized.
Also expanded the grammar to include more GAS-legal syntax,
notably temporary labels and arithmetic operators. Some of
the `020-only opcodes are still not recognized, since I
don't know the appropriate Motorola syntax to generate.
6/14/93 Version 1.0.1 released