diff options
| author | Astrid Smith | 2010-07-23 18:45:09 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-07-23 18:45:09 -0700 |
| commit | ac909c5c6d61091f28bbae2a640e1b5cf7377d25 (patch) | |
| tree | f8156aa05df28f2f6048351510642636acfe2c4e | |
| parent | 79eeb77d1599400a505aaf433d7654c0f0d4f969 (diff) | |
Comments about speediness
| -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 |
