support for .zeropage segment in GEOS
git-svn-id: svn://svn.cc65.org/cc65/trunk@1834 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -9,10 +9,9 @@
|
||||
; unsigned char wherey (void);
|
||||
|
||||
.export _wherex, _wherey
|
||||
.importzp tmp1, tmp2
|
||||
.importzp cursor_c, cursor_r
|
||||
|
||||
.include "../inc/jumptab.inc"
|
||||
.include "../inc/cursor.inc"
|
||||
|
||||
_wherex: lda cursor_c
|
||||
rts
|
||||
|
||||
Reference in New Issue
Block a user