Difference between revisions of "RASM"
From CPCWiki - THE Amstrad CPC encyclopedia!
(first draft) |
(pres) |
||
Line 1: | Line 1: | ||
RASM stand for Roudoudou assembler | RASM stand for Roudoudou assembler | ||
− | Unlike conventionnal Z80 assembler, RASM is | + | Unlike conventionnal Z80 assembler, RASM is very fast and able to handle huge projects. |
− | + | Released in february 2017, the project is still active | |
− | == Features | + | == Features == |
* damn fast assembling | * damn fast assembling |
Revision as of 14:39, 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