diff options
| -rw-r--r-- | opcodes.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes.asm b/opcodes.asm index a749c98..ace74a9 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 |
