diff options
| author | Duncan Smith | 2011-06-24 02:51:22 -0700 |
|---|---|---|
| committer | Duncan Smith | 2011-06-24 02:51:22 -0700 |
| commit | f9db14c865ee2585e65bbc20ad7fc5d35f5894f5 (patch) | |
| tree | acf4876fec24bfe8dc9d958ae9a20811a7c23f61 /ports.asm | |
| parent | 81ed0f397273503abf97daa6714383d5ab1d365f (diff) | |
HOLY CRAP IT PRINTED A STRINGv0.1
Diffstat (limited to 'ports.asm')
| -rw-r--r-- | ports.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -271,11 +271,11 @@ lut_ports_in: port_out: andi.w #$ff,d0 + ;; This is the fastest way to shift left 2 bits. :S add.w d0,d0 add.w d0,d0 movea.l lut_ports_out(pc,d0.w),a0 jmp (a0) - rts lut_ports_out: dc.l port_out_00 |
