summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-06-12 08:29:23 -0700
committerAstrid Smith2010-06-12 08:29:23 -0700
commit52e383ced4997f1ce1f3125499702b8f4531cbca (patch)
treeb9c407dbb69e9fa566a23b31516aa7685dc5106f /main.asm
parentcb2f0f47b542a5829052908d09a68e94b930c967 (diff)
Forgot a DONE on emu_op_22
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.asm b/main.asm
index 66959db..94b4ea6 100644
--- a/main.asm
+++ b/main.asm
@@ -568,6 +568,7 @@ emu_op_22:
;; No flags
FETCHWI d1
PUTW d6,d1
+ DONE
START
emu_op_23:
@@ -1305,6 +1306,7 @@ emu_op_7f:
;; Do an ADD \2,\1
;; XXX check this
+ ;; XXX make it shorter ... D:
F_ADD_B MACRO ; 14 bytes?
move.b \1,f_tmp_src_b ; preserve operands for flag work
move.b \2,f_tmp_dst_b