mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
15 lines
177 B
ArmAsm
15 lines
177 B
ArmAsm
;
|
|
; jede jede@oric.org 2017-02-25
|
|
;
|
|
.export _wherey
|
|
|
|
.importzp sp
|
|
|
|
.include "telestrat.inc"
|
|
|
|
.proc _wherey
|
|
ldx #$00
|
|
lda SCRY
|
|
rts
|
|
.endproc
|