home *** CD-ROM | disk | FTP | other *** search
-
- Version history for extAOF
- --------------------------
- 1.20 - This was the first released version. It was not really a program, it
- was just a source were you had to put the information in by hand, and
- when it was assembled, it made an AOF file.
-
- 1.50 - This is the first version where it is a real program. You can drag an
- ObjAsm type assembly file to the icon (with IMPORT etc.), and then it
- makes a new source in the extASM format, which can then be assembled.
- Autostart capability, so that it can send the source to extASM
- automatically.
-
- 1.51 - Fixed some bugs in 1.50 (of course :-) Bugs in zero-initialised areas
- fixed, now it works fine. '.main' now works. The statements can now
- be written either in uppercase or in lowercase, but not mixed. The
- statements must now be preceded with ';'. This is so that you don't
- have to change the source, whether you are going to use it as normal
- or make an AOF file. Now you can also IMPORT the same symbol, in
- different areas, even if they are in the same file.
-
- 1.52 - Statements are now preceded with '#', extASM will just ignore them
- if files with them are assembled in non-AOF mode. Name change from
- MakeAOF to extAOF as suggested by Eivind Hagen, since the program is
- closely related to extASM.
-
- 1.60 - The way to specify the start address, '.main', has been changed to
- '#entry'.
-