home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / aoflib_2 / !Changes next >
Encoding:
Text File  |  1996-06-27  |  761 b   |  17 lines

  1. These are the changes from version 0.06 to version 0.07:
  2.  
  3.   * Bug in area-relative relocations fixed. Area-relative relocations were
  4.     placed on top of imported label relocations.
  5.   * You can now have 1024 area-relative relocations instead of 256.
  6.  
  7. These are the changes from version 0.05 to version 0.06:
  8.  
  9.   * You can now assemble more than one AOF file in one file via PROCReInit
  10.   * You can now perform area-relative relocations via FNarea
  11.   * Example assembler source code provided
  12.   * Documentation slightly revised
  13.   * You can now export up to 256 labels and import up to 256 labels in one
  14.     AOF file. The previous limit was 32 each.
  15.     The cost of this is that AOFLib now requires 132K of memory to store
  16.     labels and relocations during assembly.
  17.