Include "extzp.inc" instead of using direct imports of symbols.

This commit is contained in:
Stephan Mühlstrasser
2015-02-12 22:12:51 +01:00
parent 5d2e748bd4
commit 3601c3fb9b
6 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
; unsigned char wherex (void);
;
.export _wherex
.import CURS_X: zp
.include "extzp.inc"
.proc _wherex
lda CURS_X