home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / assembler / extasm.spk / !extAOF / History < prev    next >
Text File  |  1995-05-16  |  1KB  |  29 lines

  1.  
  2. Version history for extAOF
  3. --------------------------
  4. 1.20 - This was the first released version. It was not really a program, it
  5.        was just a source were you had to put the information in by hand, and
  6.        when it was assembled, it made an AOF file.
  7.  
  8. 1.50 - This is the first version where it is a real program. You can drag an
  9.        ObjAsm type assembly file to the icon (with IMPORT etc.), and then it
  10.        makes a new source in the extASM format, which can then be assembled.
  11.        Autostart capability, so that it can send the source to extASM
  12.        automatically.
  13.  
  14. 1.51 - Fixed some bugs in 1.50 (of course :-) Bugs in zero-initialised areas
  15.        fixed, now it works fine. '.main' now works. The statements can now
  16.        be written either in uppercase or in lowercase, but not mixed. The
  17.        statements must now be preceded with ';'. This is so that you don't
  18.        have to change the source, whether you are going to use it as normal
  19.        or make an AOF file. Now you can also IMPORT the same symbol, in
  20.        different areas, even if they are in the same file.
  21.  
  22. 1.52 - Statements are now preceded with '#', extASM will just ignore them
  23.        if files with them are assembled in non-AOF mode. Name change from
  24.        MakeAOF to extAOF as suggested by Eivind Hagen, since the program is
  25.        closely related to extASM.
  26.  
  27. 1.60 - The way to specify the start address, '.main', has been changed to
  28.        '#entry'.
  29.