Skip to content

Releases: cormacj/z80-smart-disassembler

v0.90

21 Jun 05:10
cedd46e

Choose a tag to compare

What's Changed

Full Changelog: v0.80...v0.90

v0.80 Support external label files

21 Mar 17:59
cb2d6d5

Choose a tag to compare

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.