mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
Fix comment
This commit is contained in:
parent
626fed88b7
commit
cc2b5af601
@ -13,7 +13,7 @@
|
|||||||
.proc _chline
|
.proc _chline
|
||||||
sta tmp1
|
sta tmp1
|
||||||
@loop:
|
@loop:
|
||||||
lda #'-' ; Horizontal line screen code
|
lda #'-' ; horizontal line screen code
|
||||||
BRK_TELEMON XWR0 ; macro send char to screen (channel 0 in telemon terms)
|
BRK_TELEMON XWR0 ; macro send char to screen (channel 0 in telemon terms)
|
||||||
dec tmp1
|
dec tmp1
|
||||||
bne @loop
|
bne @loop
|
||||||
|
Loading…
Reference in New Issue
Block a user