summaryrefslogtreecommitdiff
path: root/tools/tcgdisasm.py
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-07-04 01:43:30 +0200
committerxCrystal <rgr.crystal@gmail.com>2018-07-04 01:43:30 +0200
commit2a0598cc290620da9742baebc84115b370ece83a (patch)
treea4fdb937c1c058f13917e09c32945ca453765a6a /tools/tcgdisasm.py
parent5dd6746bd4e54b3e5e64394bdcef08035a5c204f (diff)
disassemble some menu/list related functions
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