Changes
/* Features */ Cleaned up things a little bit
* User’s messages
* Temporary labels
* Special modes for 8bit computers:* ZX-Spectrum 48/128, Scorpion 256, ATM-Turbo 512* Defines and array of defines* Fake instructions as LD HL,DE (LD H,D:LD L,E)* Source and binary file inclusion* Multiline block comments
* Multi file output and file updating
* Librairies (trough use of MODULE and IFUSED directives)
== Missing features ==
SJASMPlus does not have support for the CPC range of computers. It can of course assemble working z80 code, but does not add an amsdos [[header]], and can't make a [[snapshot]] to use with emulators.
However, there is existing code for other platforms, and some minor adaptations should be enough.
== Links ==
* Official Web site : [http://sjasmplus.sourceforge.net/ sjasmplus.sourceforge.net/]