Skip to content

Rasm v1.8 - 2022 Flying monkeys

Compare
Choose a tag to compare
@EdouardBERGE EdouardBERGE released this 09 Dec 21:01
· 105 commits to master since this release
  • new up to date documentation on wikidot => http://rasm.wikidot.com/home:home
  • new conditional directive ELSEIFNOT
  • new math function IS_REGISTER
  • new directives CPRINIT and SNAPINIT in order to initialise RASM memory with a cartridge or a snapshot
  • new command line option to handler macro calls on multiple lines
  • MAP output improvements
  • MODULE support for EQU => Alias are now inside modules, like labels
  • CHARSET can be used with string to string conversion
  • removed ENDREPEAT and ENDREP literaly unused directives
  • bugfix WATCOM compatibility issue
  • bugfix STR endmark with CHARSET conversion
  • bugfix CONFINE directive with ENFORCE parameter usage
  • bugfix backslash usage with CHARSET defined for it
  • bugfix memory leak with map output and alias usage
  • bugfix memory overrun at memory cleanup
  • bugfix preprocessor with include filename strictly ending the line