home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / snma / snma-2.04.readme < prev    next >
Text File  |  1977-12-31  |  1KB  |  28 lines

  1. Short: 680x0/6888x amiga macro assembler
  2. Type:  dev/asm
  3. Author: snuojua@cc.helsinki.fi (Samu Nuojua)
  4. Uploader: snuojua@cc.helsinki.fi (Samu Nuojua)
  5. Replaces: snma-2.03.*
  6.  
  7.  SNMA is freeware conditional 680x0/688x macro assembler for  the  Amiga.  It
  8.  supports  the  most  common  directives, generates Amiga object-files and/or
  9.  executables. It is used mainly from the  shell.  Arexx  port.   AmigaOS  2.0
  10.  and greater only. AmigaGuide docs only. This is version 2.04.
  11.  
  12.  New features in 2.x:
  13.           - Options setting program, SnmaOpts
  14.           - some minor changes and additions + bugs fixed
  15.  
  16.  Changes since 2.03:
  17.  
  18.     SNMA
  19.     V2.04
  20.     o <symb>(An,Dx) didn't produced right address mode if <symb> started
  21.       with a 'z' or 'Z' (Yes, zero suppressed stuff again...argh).
  22.     o Forgot to document data range checking. IMMSIZECHECK toggle.
  23.     o Incbin failed to Close() file if there were errors in assembly.
  24.     o btst dn,(d16,pc) didn't set the offset.
  25.     o XDEF definitions went always to first section (hunk).
  26.     o \*DATE() got option v which produces dd.mm.yy formatted date.
  27.  
  28.