mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
Fix 16 bits values
This commit is contained in:
@@ -297,10 +297,16 @@ LINE:
|
||||
lda Y2
|
||||
sta HRS4
|
||||
|
||||
lda #$00
|
||||
lda X1+1
|
||||
sta HRS1+1
|
||||
|
||||
lda Y1+1
|
||||
sta HRS2+1
|
||||
|
||||
lda X2+1
|
||||
sta HRS3+1
|
||||
|
||||
lda Y2+1
|
||||
sta HRS4+1
|
||||
|
||||
lda #$FF
|
||||
|
@@ -291,10 +291,16 @@ LINE:
|
||||
sta HRS4
|
||||
|
||||
|
||||
lda #$00
|
||||
lda X1+1
|
||||
sta HRS1+1
|
||||
|
||||
lda Y1+1
|
||||
sta HRS2+1
|
||||
|
||||
lda X2+1
|
||||
sta HRS3+1
|
||||
|
||||
lda Y2+1
|
||||
sta HRS4+1
|
||||
|
||||
lda #$FF
|
||||
|
Reference in New Issue
Block a user