2003-08-26 20:14:43 +00:00
|
|
|
|
|
|
|
;; Keivn Ruland
|
|
|
|
;;
|
|
|
|
;; unsigned char wherex( void );
|
|
|
|
|
|
|
|
.export _wherex
|
|
|
|
|
|
|
|
.include "apple2.inc"
|
|
|
|
|
2005-01-06 12:26:47 +00:00
|
|
|
_wherex:
|
2003-08-26 20:14:43 +00:00
|
|
|
lda CH
|
2004-03-11 21:54:22 +00:00
|
|
|
ldx #$00
|
2003-08-26 20:14:43 +00:00
|
|
|
rts
|