Minor cleanup of unnecessary newlines.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user