Fix codestyle

This commit is contained in:
Konstantin
2025-06-07 12:36:49 +03:00
parent 5ff18c1ebc
commit 1a109c0b34
14 changed files with 215 additions and 219 deletions

View File

@@ -4,11 +4,11 @@
; COUT routine
;
.export COUT
.include "agat.inc"
.export COUT
.include "agat.inc"
COUT:
cmp #$10
bpl out
ora #$80
out: jmp (VCOUT)
cmp #$10
bpl out
ora #$80
out: jmp (VCOUT)