mirror of
https://github.com/mgcaret/of816.git
synced 2025-02-06 12:30:49 +00:00
Fix issue with 2/ and >>a uncovered by unit tests
This commit is contained in:
parent
84c53d35c6
commit
0c6e3a0413
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user