mirror of
https://github.com/cc65/cc65.git
synced 2025-08-10 04:25:21 +00:00
Fix comment
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
.proc _chline
|
||||
sta tmp1
|
||||
@loop:
|
||||
lda #'-' ; Horizontal line screen code
|
||||
lda #'-' ; horizontal line screen code
|
||||
BRK_TELEMON XWR0 ; macro send char to screen (channel 0 in telemon terms)
|
||||
dec tmp1
|
||||
bne @loop
|
||||
|
Reference in New Issue
Block a user