summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstrid Smith2010-07-23 18:45:09 -0700
committerAstrid Smith2010-07-23 18:45:09 -0700
commitac909c5c6d61091f28bbae2a640e1b5cf7377d25 (patch)
treef8156aa05df28f2f6048351510642636acfe2c4e
parent79eeb77d1599400a505aaf433d7654c0f0d4f969 (diff)
Comments about speediness
-rw-r--r--opcodes.asm2
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