informedcitizenry
released this
18 Oct 13:36
·
2 commits
to master
since this release
Fixed several defects
- Several instructions in the 65xx family as well as a few in the Z80 instruction set.
- A bug in how constants were evaluated in subsequent passes.
- Several undocumented/illegal Z80 opcodes should now disassemble properly.
- When a
.relocate
instruction before a.page
/.endpage
block but the.endrelocate
instruction within it, a more helpful error will emit if a page boundary is crossed.