Rename c1p target to osic1p
This commit is contained in:
14
libsrc/osic1p/wherey.s
Normal file
14
libsrc/osic1p/wherey.s
Normal file
@@ -0,0 +1,14 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 06.08.1998
|
||||
; Copied from cbm/wherey.s
|
||||
;
|
||||
; unsigned char wherey (void);
|
||||
;
|
||||
.export _wherey
|
||||
.import CURS_Y: zp
|
||||
|
||||
.proc _wherey
|
||||
lda CURS_Y
|
||||
ldx #$00
|
||||
rts
|
||||
.endproc
|
||||
Reference in New Issue
Block a user