diff options
| author | Astrid Smith | 2010-06-12 17:22:03 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-06-12 17:22:03 -0700 |
| commit | 1753e5617fcb4cc1a5feddcbe1b572764b987722 (patch) | |
| tree | 22287e6f4f7fda03ba37e6e1206845d896eef8b6 /main.asm | |
| parent | 8dcefecca20aeca6d2ea3748ea181bd96be68ca2 (diff) | |
Made macro DONE consistent with fetch routine
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -164,11 +164,11 @@ HILO MACRO ; 22 cycles, 2 bytes ;; ;; See if I can get rid of the eor DONE MACRO - eor.w d0,d0 ; 4 cycles + clr.w d0,d0 ; 4 cycles move.b (a4)+,d0 ; 8 cycles - rol.w #5,d0 ; 4 cycles adjust to actual alignment + rol.w #5,d0 ;16 cycles jmp 0(a3,d0) ;14 cycles - ;; overhead: 30 cycles + ;; overhead: 42 cycles ENDM ;; == Special Opcode Macros ======================================== |
