mirror of
https://github.com/cc65/cc65.git
synced 2024-11-04 02:05:13 +00:00
13 lines
155 B
ArmAsm
13 lines
155 B
ArmAsm
;
|
|
; jede jede@oric.org 2017-02-25
|
|
;
|
|
.export _wherey
|
|
|
|
.include "telestrat.inc"
|
|
|
|
.proc _wherey
|
|
ldx #$00
|
|
lda SCRY
|
|
rts
|
|
.endproc
|