Fixed many comments

This commit is contained in:
Stefan A. Haubenthal
2025-03-24 20:52:55 +01:00
parent 9f5a195dc2
commit 774e275965
50 changed files with 84 additions and 85 deletions

View File

@@ -65,7 +65,7 @@ L2: ldy #0
cpx #$0A ; check for \n
bne L3
BRK_TELEMON XWR0 ; macro send char to screen (channel 0 in telemon terms)
lda #$0D ; return to the beggining of the line
lda #$0D ; return to the beginning of the line
BRK_TELEMON XWR0 ; macro