1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-22 17:29:34 +00:00
cc65/libsrc/apple2/wherex.s
cuz 8188795240 New code from Oliver Schmidt
git-svn-id: svn://svn.cc65.org/cc65/trunk@3351 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-01-06 12:26:47 +00:00

14 lines
154 B
ArmAsm

;; Keivn Ruland
;;
;; unsigned char wherex( void );
.export _wherex
.include "apple2.inc"
_wherex:
lda CH
ldx #$00
rts