From f9db14c865ee2585e65bbc20ad7fc5d35f5894f5 Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Fri, 24 Jun 2011 02:51:22 -0700 Subject: HOLY CRAP IT PRINTED A STRING --- ports.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports.asm') diff --git a/ports.asm b/ports.asm index c7b43e4..1a6b47e 100644 --- a/ports.asm +++ b/ports.asm @@ -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 -- cgit v1.2.3