home *** CD-ROM | disk | FTP | other *** search
-
- This file is supposed to describe the changes done to As over the time. I have not
- been particulare good at keeping it up to date.
-
- ===================
- 1.2: 1993 March 07
- Added: The command ltorg together with litarate loads (e.g., ldr r0,=31415).
- The option -autocast which changes integers to float where neccessary.
- Note that it only works on the top-level ,e.g., mvfs f0,#1 is legal but not
- mvfs f0,#1+1.5.
- It's now possible to use acorns operators; :NOT: :LNOT: :AND: :EOR:
- :LAND: :LEOR: :LOR: :MOD: :OR: :ROL: :ROR: :SHL: and :SHR:.
- Probably some new bugs so that they aren't genocided.
-
- ===================
- 1.1: 1992
- Added: The commands lnk and get together with the -I flag. (Thanks to Andy Duplain)
- The option -dde to make it work better from !Make.
- Removed: Bugs
-
- It's possible to use As as a cross assembler under unix, compile with -DUNIX. (Thanks
- to Andy Duplain)
- I forgot to add the suggested casting from integer to float.
-
- ===================
- 1.0: 1992
- First release
-
-