summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
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 c9d34e5..cafde71 100644
--- a/main.asm
+++ b/main.asm
@@ -582,6 +582,7 @@ emu_op_22:
;; No flags
FETCHWI d1
PUTW d6,d1
+ DONE
START
emu_op_23:
@@ -1312,6 +1313,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