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   
Text File  |  1993-06-13  |  927b  |  25 lines

  1. Version notes for mit2mot (these are more notes to myself than anything that
  2. should be taken as gospel, btw  -sb):
  3.  
  4. 5/31/93        Version 1.0.0 released.
  5.  
  6. 6/13/93        Fixed several problems pointed out by William Rosenkrantz,
  7.         to wit:
  8.  
  9.         - string literals containing escape sequences were not being
  10.           recognized as strings.
  11.  
  12.         - gcc -S apparently generates labels of the form
  13.           gcc_compiled.: with periods in them.  I've extended the
  14.           tokenizer to recognize labels with periods at the end;
  15.           hopefully that will be enough.
  16.  
  17.         - comments of the form #etc. were not being recognized.
  18.  
  19.         Also expanded the grammar to include more GAS-legal syntax,
  20.         notably temporary labels and arithmetic operators.  Some of
  21.         the `020-only opcodes are still not recognized, since I
  22.         don't know the appropriate Motorola syntax to generate.
  23.  
  24. 6/14/93        Version 1.0.1 released
  25.