From 30d3e7d515d0f62f3b4d60c71f4cf6ef3914265b Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Sat, 13 Nov 2010 10:52:05 -0800 Subject: RST 30 and 38 were wrong, fixed. --- opcodes.asm.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opcodes.asm.m4') 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 ») -- cgit v1.2.3