summaryrefslogtreecommitdiff
path: root/alu.asm
diff options
context:
space:
mode:
authorAstrid Smith2011-06-24 02:51:22 -0700
committerAstrid Smith2011-06-24 02:51:22 -0700
commit5b2b037bc230953d9280a013c69d3d32af1d7152 (patch)
treecf12bac077202f918ce6659ac738387667dc89bf /alu.asm
parenta9bbe01ed90df9f744c1a0e308090b6d145ff1bf (diff)
HOLY CRAP IT PRINTED A STRING
Diffstat (limited to 'alu.asm')
-rw-r--r--alu.asm2
1 files changed, 2 insertions, 0 deletions
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