1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-24 11:31:31 +00:00

Fix comment

This commit is contained in:
jede 2018-04-16 21:51:15 +02:00
parent 626fed88b7
commit cc2b5af601

View File

@ -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