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 4c96d67..d6731d0 100644
--- a/tools/tcgdisasm.py
+++ b/tools/tcgdisasm.py
@@ -244,7 +244,7 @@ z80_table = [
('and ${:02x}', 1), # e6
('rst $20', 0), # e7
('add sp, ${:02x}', 1), # e8
- ('jp [hl]', 0), # e9
+ ('jp hl', 0), # e9
('ld [{}], a', 2), # ea
('db $eb', 0), # eb
('db $ec', 2), # ec