summaryrefslogtreecommitdiff
path: root/gbz80disasm.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-07-08 23:25:49 -0700
committerBryan Bishop <kanzure@gmail.com>2012-07-08 23:25:49 -0700
commit7c58578bb812f54f4fcae2d5e41b4a1a0670cd54 (patch)
tree5e0bb24a022c549fd2a6d2456775d14bef627f72 /gbz80disasm.py
parent107fc14663c33996b4c726cff9b8f9db11c1d255 (diff)
parentb1eaaace4902d1eadf2e0becc0b2e6ec1806bcc7 (diff)
Merge pull request #22 from iimarckus/decimal1
Decimal1 original-commit-id: 0c3ba03d373436c62f994f09b5bac74a5754cb6c
Diffstat (limited to 'gbz80disasm.py')
-rw-r--r--gbz80disasm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbz80disasm.py b/gbz80disasm.py
index 49f8c02..eb7f767 100644
--- a/gbz80disasm.py
+++ b/gbz80disasm.py
@@ -164,7 +164,7 @@ temp_opt_table = [
[ "INC L", 0x2c, 0 ],
[ "INC SP", 0x33, 0 ],
[ "JP C, ?", 0xda, 2 ],
- [ "JP HL", 0xe9, 0 ],
+ [ "JP [HL]", 0xe9, 0 ],
[ "JP NC, ?", 0xd2, 2 ],
[ "JP NZ, ?", 0xc2, 2 ],
[ "JP Z, ?", 0xca, 2 ],