summaryrefslogtreecommitdiff
path: root/alu.asm
diff options
context:
space:
mode:
authorDuncan Smith2010-07-02 14:05:51 -0700
committerDuncan Smith2010-07-02 14:05:51 -0700
commite8fa5ad889869095cc82c19705e479480bd98e1e (patch)
treea933fad405d133a10ccd22e6e46eea38725d9b43 /alu.asm
parent2f926dbc6194c3b4f9a28d8f2572f912cf538bf0 (diff)
Temporary fixes for alignment issues
Diffstat (limited to 'alu.asm')
-rw-r--r--alu.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/alu.asm b/alu.asm
index cc81491..4f89f52 100644
--- a/alu.asm
+++ b/alu.asm
@@ -43,7 +43,8 @@ alu_sbc:
move.b d1,(f_tmp_dst_b-flag_storage)(a3)
sub.b d2,d1
move sr,(f_host_sr-flag_storage)(a3)
- move.w #$0202,(flag_byte-flag_storage)(a3)
+ move.b #$02,(flag_byte-flag_storage)(a3)
+ move.b #$02,(flag_valid-flag_storage)(a3)
pop.l d2
rts