fix codestyle

This commit is contained in:
Konstantin
2025-06-08 23:20:21 +03:00
parent 34daf33d93
commit 41a82f7165
6 changed files with 38 additions and 11 deletions

View File

@@ -11,7 +11,8 @@
_cclear:
sta ptr1
lda #$A0
next: jsr COUT
next:
jsr COUT
dec ptr1
bne next
rts