home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / cpm / alphatronic / SLRASM.ZIP / Z80ASM.DOC < prev   
Text File  |  1998-07-30  |  1KB  |  30 lines

  1.         Z80ASM 1.30 Release Notes
  2.  
  3. Bugs Fixed From 1.25:
  4.  
  5. Nested macro calls using % operator fixed
  6. IFIDN    <>,<>    now returns true
  7. JR    NUMBER+$    generates correct code
  8. INCLUDE and MACLIB filenames can now contain +, -, etc
  9. Fixed number conversion in non-power-of-two radix
  10. .$$1 files are cleaned up on abort
  11.     LD    A,TYPE 0    works
  12. ex    af,af'        works in U/L mode
  13.  
  14.  
  15. Additions:
  16.  
  17. All input and output files are always closed upon termination (unless
  18. terminated by ^C from BUFIN call).
  19.  
  20. CONFIG option added to allow TABs in strings.  Normally Z80ASM complains
  21. about any control characters in quoted strings but generates the correct
  22. code.  This option suppress the error if the control character is a TAB.
  23.  
  24. CONFIG option added to disable stripping the high bit of each byte read
  25. from the input source.  THIS IS DANGEROUS!  Should ONLY be used for using
  26. non-ASCII characters in comments.  DO NOT USE in macros, since the high
  27. bit is used as a parameter replacement flag.  Other indexed tables also
  28. assume the high bit is clear.
  29.  
  30.