1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-19 23:29:07 +00:00
cc65/libsrc/apple2/wherey.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
150 B
ArmAsm

;; Keivn Ruland
;;
;; unsigned char wherey( void );
.export _wherey
.include "apple2.inc"
_wherey:
lda CV
ldx #$00
rts