- Closing cross-assembler compatibility gaps for Z80N: an
OPT ZXNEXTsource directive (0.8.0) lets a file enable Z80N itself — a source written for SNasm's ownOPT ZXNEXTline now assembles unchanged — and--zxnext(0.8.1) is now recognised everywhere--nextis, matching sjasmplus's own flag spelling - Full Z80N (ZX Spectrum Next) instruction set support, cross-validated byte-for-byte against sjasmplus for every documented and undocumented form
- Built-in assemble-run-assert loop:
zenas runexecutes assembled code in a bundled Z80/Z80N emulator core (zen80), andzenas assertchecks the result — Go-test-style.EXPECT/.MATCHdirectives in*_test.asmfiles give PASS/FAIL output with no separate emulator or file round-trip needed - Broad dialect compatibility with other assemblers' source conventions (pasmo's radix and INCLUDE forms among them), measured and documented rather than assumed
Full Changelog: v0.7.5...v0.8.1