Include "extzp.inc" instead of using direct imports of symbols.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
;
|
||||
.export _gotoy
|
||||
.import plot
|
||||
.importzp CURS_Y
|
||||
.include "extzp.inc"
|
||||
|
||||
_gotoy: sta CURS_Y ; Set the new position
|
||||
jmp plot ; And activate it
|
||||
|
||||
Reference in New Issue
Block a user