diff options
| author | Duncan Smith | 2010-07-23 18:45:09 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-07-23 18:45:09 -0700 |
| commit | e53c388b519946b66b218cc41effd7f3e5fd468d (patch) | |
| tree | 91797289f10916bf0651b9ee8089410657eb96a0 /opcodes.asm | |
| parent | 3d0b78f0912ae073d5436991146b2cae03ab31f5 (diff) | |
Comments about speediness
Diffstat (limited to 'opcodes.asm')
| -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 |
