We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af26f1 commit 4d9c539Copy full SHA for 4d9c539
CHANGELOG.md
@@ -2,3 +2,4 @@
2
2025-03-05: First official release (0.75)
3
2025-03-21: Bump to v0.80 - Add support for external labels, such as BIOS calls. Improved code detection methods.
4
2025-06-13: Bump to v0.85 - Add the ability to define user-defined labels to the labels file. Increased error handling, more informational messages.
5
+2025-06-18: Bump to v0.87 - Corrected issues with string detection where strings weren't being properly decoded.
z80-disassembler.py
@@ -90,7 +90,7 @@ class Pointer(NamedTuple):
90
str_sizes = {}
91
style = "asm"
92
hexstyle = "0x"
93
-myversion = "0.85"
+myversion = "0.87"
94
95
96
#--- Debugging functions ---
0 commit comments