mirror of
https://github.com/mgcaret/of816.git
synced 2025-08-08 12:25:10 +00:00
Fix issue with 2/ and >>a uncovered by unit tests
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user