mirror of
https://github.com/mgcaret/of816.git
synced 2025-01-10 05:29:24 +00:00
resolve one issue involving comparison with MIN-INT
This commit is contained in:
parent
b38171eb29
commit
84c53d35c6
@ -8,14 +8,13 @@
|
||||
lda STACKBASE+6,x
|
||||
eor STACKBASE+2,x
|
||||
bpl samesign
|
||||
lda STACKBASE+4,x
|
||||
cmp STACKBASE+0,x
|
||||
lda STACKBASE+6,x
|
||||
sbc STACKBASE+2,x
|
||||
bvs :+
|
||||
lda STACKBASE+0,x
|
||||
cmp STACKBASE+4,x
|
||||
lda STACKBASE+2,x
|
||||
sbc STACKBASE+6,x
|
||||
bvc :+
|
||||
eor #$8000
|
||||
: sec
|
||||
rol
|
||||
: rol
|
||||
rts
|
||||
samesign: lda STACKBASE+6,x
|
||||
cmp STACKBASE+2,x
|
||||
|
Loading…
x
Reference in New Issue
Block a user