Include "extzp.inc" instead of using direct imports of symbols.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
; unsigned char wherex (void);
|
||||
;
|
||||
.export _wherex
|
||||
.import CURS_X: zp
|
||||
.include "extzp.inc"
|
||||
|
||||
.proc _wherex
|
||||
lda CURS_X
|
||||
|
||||
Reference in New Issue
Block a user