Minor cleanup of unnecessary newlines.

This commit is contained in:
Stephan Mühlstrasser
2015-01-11 18:22:36 +01:00
parent aedefb81ec
commit b1f764bdc9
9 changed files with 3 additions and 20 deletions

View File

@@ -5,11 +5,9 @@
;
; void gotoy (unsigned char y);
;
.export _gotoy
.import plot
.importzp CURS_Y
_gotoy: sta CURS_Y ; Set the new position
jmp plot ; And activate it