summaryrefslogtreecommitdiff
path: root/flags.asm
diff options
context:
space:
mode:
Diffstat (limited to 'flags.asm')
-rw-r--r--flags.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags.asm b/flags.asm
index 343e8a6..6282336 100644
--- a/flags.asm
+++ b/flags.asm
@@ -95,7 +95,7 @@ FNPV_ok:
f_calc_parity:
andi.w #$ff,d1
move.b lut_parity-flag_storage(a3,d1.w),d1
- move.w flag_byte(pc),d0
+ move.b (flag_byte),d0
and.b #%11110111,d0
or.w #%0000100000000000,d0
or.b d1,d0