Releases: cormacj/z80-smart-disassembler
Releases · cormacj/z80-smart-disassembler
v0.90
What's Changed
- add some comparisons by @cormacj in #27
- Updates for user-defined labels by @cormacj in #28
- Error handling by @cormacj in #29
- Bugfixing by @cormacj in #31
- Fix comment padding by @cormacj in #32
- update readme. Minor display tweak on conditional relative jumps by @cormacj in #33
- bugfix for dropped JP (IY) by @cormacj in #34
- bump to v0.90. Fix defining words. Bugfix byte processing by @cormacj in #36
Full Changelog: v0.80...v0.90
v0.80 Support external label files
This release adds the following features:
- Support for a file of external labels, for example BIOS call addresses.
- Completion of the template file data handling
The following issues were fixed:
- z80asm support was improved and a fix for labelling issues was corrected.
- Additional work was done to try and improve code and data detection.