diff options
| author | Astrid Smith | 2010-09-10 20:04:45 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-09-10 20:04:45 -0700 |
| commit | cf673e5f85d4f902b0881700fcf7a46ec15a71f7 (patch) | |
| tree | 3fb993ec94ee2db1bf5dc8e59122cc52b8e6b479 /opcodes.asm | |
| parent | 82e4cf6dede765df3e362ff7ac274a525789ae76 (diff) | |
Widened spacing to 64 bytes/instr to give myself some breathing room for now
Diffstat (limited to 'opcodes.asm')
| -rw-r--r-- | opcodes.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes.asm b/opcodes.asm index 2bdd263..95ae940 100644 --- a/opcodes.asm +++ b/opcodes.asm @@ -100,7 +100,7 @@ _align SET 0 START MACRO ORG emu_plain_op+_align -_align SET _align+$20 +_align SET _align+$40 ENDM ;; This is run at the end of every instruction routine. @@ -108,7 +108,7 @@ DONE MACRO clr.w d0 ; 4 cycles / 2 bytes move.b (epc)+,d0 ; 8 cycles / 2 bytes move.b d0,$4c00+32*(128/8) - rol.w #5,d0 ;16 cycles / 2 bytes + rol.w #6,d0 ;18 cycles / 2 bytes jmp 0(a5,d0.w) ;14 cycles / 4 bytes ;; overhead: 42 cycles /10 bytes ENDM |
