mirror of
https://github.com/gungwald/rnd.git
synced 2025-03-25 01:30:41 +00:00
Fix syntax errors
This commit is contained in:
parent
2c9e853569
commit
df494e25bd
@ -71,11 +71,11 @@ PUTF .MACRO
|
||||
.ENDM
|
||||
|
||||
; Overwrites A and Y
|
||||
HLIN .MACRO x1,x2,y
|
||||
HLIN .MACRO x1,x2,y1
|
||||
ldy x1 ;Leftmost X coordinate
|
||||
lda x2
|
||||
sta H2 ;Rightmost X coordinate
|
||||
lda y ;Y coordinate
|
||||
lda y1 ;Y coordinate
|
||||
jsr HLINE
|
||||
.ENDM
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user