summaryrefslogtreecommitdiff
path: root/opcodes.asm
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes.asm')
-rw-r--r--opcodes.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes.asm b/opcodes.asm
index 6fd02e3..fe5547c 100644
--- a/opcodes.asm
+++ b/opcodes.asm
@@ -806,6 +806,7 @@ emu_op_48:
;; C <- B
move.w d4,-(sp)
move.b (sp),d4
+ ;; XXX emfasten?
addq.l #2,sp
DONE
;14 cycles
@@ -819,6 +820,7 @@ emu_op_4a:
;; LD C,D
move.w d5,-(sp)
move.b (sp),d4
+ ;; XXX emfasten?
addq.l #2,sp
DONE