Difference between revisions of "RASM"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(pres)
(cpcwiki link)
Line 16: Line 16:
 
* MAXAM compatibility option
 
* MAXAM compatibility option
 
* English & French documentation
 
* English & French documentation
 +
 +
== Link & download ==
 +
 +
[http://www.cpcwiki.eu/forum/programming/rasm-z80-assembler-in-beta/ official CPCWiki thread]

Revision as of 15:41, 10 December 2017

RASM stand for Roudoudou assembler

Unlike conventionnal Z80 assembler, RASM is very fast and able to handle huge projects.

Released in february 2017, the project is still active

Features

  • damn fast assembling
  • integrated crunched sections (LZ48/LZ49/LZ4/ZX7/Exomizer) and load&crunch on the fly
  • cartridge & snapshot generation, file output with optionnal AMSDOS header
  • ORG checking, unlimited memory workspaces where labels are shared
  • ALL undocumented instructions
  • conditionnal macro, unlimited & embeded loops with local labels, switch/case
  • floating point engine, mathematical functions
  • MAXAM compatibility option
  • English & French documentation

Link & download

official CPCWiki thread