Initial Creativision Import
This commit is contained in:
19
libsrc/creativision/wherey.s
Normal file
19
libsrc/creativision/wherey.s
Normal file
@@ -0,0 +1,19 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 2003-05-02
|
||||
;
|
||||
; unsigned char wherey (void);
|
||||
;
|
||||
|
||||
.export _wherey
|
||||
|
||||
.include "creativision.inc"
|
||||
|
||||
.proc _wherey
|
||||
|
||||
lda CURSOR_Y
|
||||
ldx #$00
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user