1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-05-28 14:41:27 +00:00

fix bug in 0>= uncovered by unit testing

This commit is contained in:
mgcaret 2020-01-01 23:20:02 -08:00
parent ce9017bed6
commit f50aaf6942

View File

@ -2023,8 +2023,6 @@ eword
dword ZEROGTE,"0>=" dword ZEROGTE,"0>="
jsr _zcmpcom jsr _zcmpcom
bmi _cmpstore2 bmi _cmpstore2
ora STACKBASE+0,x
bne _cmpstore2
dey dey
bra _cmpstore2 bra _cmpstore2
eword eword