mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-25 13:33:13 +00:00
fix off-by-1 bug
This commit is contained in:
parent
5318bba746
commit
d0cd578fe3
@ -27,9 +27,9 @@ start
|
||||
!pseudopc 0 {
|
||||
loop1 ldy #0
|
||||
loop2 ldx #1
|
||||
loop3 lda shrlo-1, x
|
||||
loop3 lda shrlo, x
|
||||
sta <dst+1
|
||||
lda shrhi-1, x
|
||||
lda shrhi, x
|
||||
sta <dst+2
|
||||
lda (<dst+1), y
|
||||
dst sta $0000, y ; SMC
|
||||
|
Loading…
Reference in New Issue
Block a user