1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-02 15:29:33 +00:00
cc65/libsrc/telestrat/wherey.s
2018-10-19 23:43:40 +02:00

13 lines
158 B
ArmAsm

;
; jede jede@oric.org 2017-02-25
;
.export _wherey
.include "telestrat.inc"
.proc _wherey
ldx #$00
lda SCRY
rts
.endproc