diff options
| author | Astrid Smith | 2011-10-20 23:11:54 -0700 |
|---|---|---|
| committer | Astrid Smith | 2011-10-20 23:11:54 -0700 |
| commit | ef89049eae1d7e2591bef44a3e8151131fb4bed2 (patch) | |
| tree | 249591a3ea8bb11c9ec3e29a5d0f6c53ad6199a1 /flags.asm | |
| parent | bc73dcf297780bad3b84666619ee1ebedb0c4792 (diff) | |
More size fixes
Now A68k is happy, but ld-tigcc chokes on its output.
Diffstat (limited to 'flags.asm')
| -rw-r--r-- | flags.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
