From 725569ebe9fc2901c15b818197b26004df5e492c Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Mon, 13 Sep 2010 15:18:29 -0700 Subject: Small patch to make JR reliable --- opcodes.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/opcodes.asm b/opcodes.asm index b2f4909..6cf2fed 100644 --- a/opcodes.asm +++ b/opcodes.asm @@ -396,9 +396,11 @@ emu_op_17: START emu_op_18: - ;; JR + ;; JR immed.b + ;; PC <- immed.b ;; Branch relative by a signed immediate byte ;; No flags + clr.w d1 FETCHBI d1 move.l epc,a0 bsr underef -- cgit v1.2.3