summaryrefslogtreecommitdiff
path: root/opcodes.asm.m4
diff options
context:
space:
mode:
authorDuncan Smith2010-11-13 10:52:05 -0800
committerDuncan Smith2010-11-13 10:52:05 -0800
commit30d3e7d515d0f62f3b4d60c71f4cf6ef3914265b (patch)
treece9cff0b1908ce0cd55c85afd612fc0fb173ccac /opcodes.asm.m4
parentcc79084db8e2d0d0c3f8009855628c28668c837a (diff)
RST 30 and 38 were wrong, fixed.
Diffstat (limited to 'opcodes.asm.m4')
-rw-r--r--opcodes.asm.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes.asm.m4 b/opcodes.asm.m4
index 50c26f8..9a1598d 100644
--- a/opcodes.asm.m4
+++ b/opcodes.asm.m4
@@ -2236,7 +2236,7 @@ OPCODE(f7,«
move.l epc,a0
bsr underef
PUSHW d0
- move.w #$08,d0
+ move.w #$30,d0
bsr deref
move.l a0,epc
»)
@@ -2300,7 +2300,7 @@ OPCODE(ff,«
move.l epc,a0
bsr underef
PUSHW d0
- move.w #$08,d0
+ move.w #$38,d0
bsr deref
move.l a0,epc
»)