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

Fix issue with 2/ and >>a uncovered by unit tests

This commit is contained in:
mgcaret 2019-12-29 13:43:19 -08:00
parent 84c53d35c6
commit 0c6e3a0413

View File

@ -2925,7 +2925,8 @@ dword ARSHIFT,">>A"
lda #.hiword(shift-1)
jsr _iter_ay
NEXT
shift: cmp #$8000
shift: lda STACKBASE+2,x
cmp #$8000
ror STACKBASE+2,x
ror STACKBASE+0,x
clc