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 --- alu.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alu.asm') diff --git a/alu.asm b/alu.asm index 3432938..ec0e137 100644 --- a/alu.asm +++ b/alu.asm @@ -81,6 +81,8 @@ alu_or: alu_cp: ;; Same as SUB but the macro that calls this doesn't save the ;; result. + + ;; SPEED can hardcode one of the arguments to always be the A register. move.b d0,f_tmp_src_b move.b d1,f_tmp_dst_b move.b #1,f_tmp_byte -- cgit v1.2.3