News
17/08/2019 at 14:02 in Announcements
SjASMPlus 1.14.0 was released. Changelog:
- INCLUDE bugfix, now searching paths according to original documentation (may break some projects)
- UNDEFINE had undocumented feature of removing also labels, cancelled (was broken beyond repair)
- R800 `MULUB` was producing wrong opcode all those years... fixed
- MODULE names can't contain dot any more! MODULE and ENDMODULE resets non-local label to "_"
- --syntax option: "m" (switch off low-mem access warning) and "M" added, "A" removed
- macro expansion...
24/07/2019 at 6:20 in Announcements
SjASMPlus 1.13.3 was released. Changelog:
bugfixes, new examples (check tests/lua_examples)
UTF BOM are now detected, UTF8 BOM is silently skipped, UTF16/32 BOMs cause fatal error
ZXSPECTRUMNEXT device is now initialized with whole memory zeroed (no more ZX48 sysvars)
DEFL documented, "no forward reference" rule relaxed for EQU
some error messages reworded to make them easier to comprehend
Get it on github or in Software...
02/07/2019 at 21:52 in Announcements
SjASMPlus v1.13.2 was released. Changelog:
- OPT has now also "listoff" and "liston" commands
- added to --syntax option: case insensitive instructions, "bBw" added/changed
- new macro examples, minor fixes and refactoring
- SAVETRD implementation refactored (more checks, less bugs, "replace" file feature)
- operators "{address}" and "{b address}" are now official and documented
Download on github, or in Software section. Win32 binary is also...
30/05/2019 at 19:03 in Announcements