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