summaryrefslogtreecommitdiff
path: root/tools/tcgdisasm.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tcgdisasm.py')
-rw-r--r--tools/tcgdisasm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcgdisasm.py b/tools/tcgdisasm.py
index 75d1257..4c96d67 100644
--- a/tools/tcgdisasm.py
+++ b/tools/tcgdisasm.py
@@ -260,7 +260,7 @@ z80_table = [
('or ${:02x}', 1), # f6
('rst $30', 0), # f7
('ld hl, sp+${:02x}', 1), # f8
- ('ld sp, [hl]', 0), # f9
+ ('ld sp, hl', 0), # f9
('ld a, [{}]', 2), # fa
('ei', 0), # fb
('db $fc', 2), # fc