diff options
| author | Duncan Smith | 2010-06-12 08:29:23 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-06-12 08:29:23 -0700 |
| commit | 49f38304e22252b1eb07aba3333eba23cbc5dae8 (patch) | |
| tree | c5f401fc849a44d6b5f221b752bb97e08f104c76 /main.asm | |
| parent | 5271d896e9e1ff561096255cd2cd36f6d4abfff3 (diff) | |
Forgot a DONE on emu_op_22
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
