Style changes.

This commit is contained in:
Greg King
2015-10-02 10:50:22 -04:00
committed by Oliver Schmidt
parent 203200e259
commit b5d939c858
23 changed files with 142 additions and 159 deletions

View File

@@ -6,6 +6,7 @@
;
.export _cvlinexy, _cvline
.import gotoxy, putchar, newline
.importzp tmp1
@@ -26,6 +27,3 @@ L1: lda #CH_VLINE ; Vertical bar
dec tmp1
bne L1
L9: rts