home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / assembler / as / src / History < prev    next >
Encoding:
Text File  |  1993-03-07  |  1.1 KB  |  29 lines

  1.  
  2.   This file is supposed to describe the changes done to As over the time. I have not
  3. been particulare good at keeping it up to date.
  4.  
  5. ===================
  6. 1.2: 1993 March 07
  7.   Added:   The command ltorg together with litarate loads (e.g., ldr r0,=31415).
  8.            The option -autocast which changes integers to float where neccessary.
  9.           Note that it only works on the top-level ,e.g., mvfs f0,#1 is legal but not
  10.           mvfs f0,#1+1.5.
  11.            It's now possible to use acorns operators; :NOT: :LNOT: :AND: :EOR: 
  12.           :LAND: :LEOR: :LOR: :MOD: :OR: :ROL: :ROR: :SHL: and :SHR:.
  13.           Probably some new bugs so that they aren't genocided.
  14.  
  15. ===================
  16. 1.1: 1992
  17.   Added:   The commands lnk and get together with the -I flag. (Thanks to Andy Duplain)
  18.            The option -dde to make it work better from !Make.
  19.   Removed: Bugs
  20.  
  21.   It's possible to use As as a cross assembler under unix, compile with -DUNIX. (Thanks
  22.   to Andy Duplain)
  23.   I forgot to add the suggested casting from integer to float.
  24.  
  25. ===================
  26. 1.0: 1992
  27.   First release
  28.  
  29.