rmac, the assembler for all Ataris, supporting 68k, DSP 56k, 6502 and Jaguar chips has just been updated.
Changes in version 2.4.3 (copy/pasted from the release notice)
- Harden movem/fmovem parsing by checking the whole line has been parsed
- Promote “missing .endifs” warning to error
-s
switch now warns about potential optimisations when +o0 to +o9 optimisation switches are disabled- Line numbers of errors inside macros are now reported precisely
- Switched macro error reporting to save the line number during macro expansion
- Introduced a symbol named
_RMAC_
that contains the version number in BCD format in order to be detectable during assembly time - Added HiSoft line number format when outputting ST .prg executables and -g is enabled
- Jaguar OP: Fix XPOS masking
- BSD stabs output code cleanup, adding custom word swap commands for ELF
- Fixed
+Oall
corrupting branch instructions - Fixed mingw build
Comments powered by CComment