Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
; void gotox (unsigned char x);
|
||||
;
|
||||
|
||||
.export _gotox
|
||||
.import plot
|
||||
.importzp CURS_X
|
||||
.export _gotox
|
||||
.import plot
|
||||
.importzp CURS_X
|
||||
|
||||
_gotox: sta CURS_X ; Set new position
|
||||
jmp plot ; And activate it
|
||||
_gotox: sta CURS_X ; Set new position
|
||||
jmp plot ; And activate it
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user