summaryrefslogtreecommitdiff
path: root/opcodes.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-09-14 19:50:47 -0700
committerAstrid Smith2010-09-14 19:50:47 -0700
commit2fffd745741cdefa133837a40d3672894f610e81 (patch)
treeb6a6124f9352442d7a76b8788e60d5a902203489 /opcodes.asm
parent5e4ce46cab62bc9d7b127b3feed01588b32bb9de (diff)
Trivial changes.
Diffstat (limited to 'opcodes.asm')
-rw-r--r--opcodes.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes.asm b/opcodes.asm
index f6171e9..7568c49 100644
--- a/opcodes.asm
+++ b/opcodes.asm
@@ -741,8 +741,8 @@ emu_op_3f:
;; XXX fuck flags
bsr flags_normalize
;; SZ5H3PNC
- andi.b #%11111110,flag_byte-flag_storage(a3)
ori.b #%00000001,flag_valid-flag_storage(a3)
+ andi.b #%11111110,flag_byte-flag_storage(a3)
DONE ;nok
START