1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00
cc65/libsrc/telestrat/wherex.s

15 lines
174 B
ArmAsm
Raw Permalink Normal View History

;
; jede jede@oric.org 2017-02-25
;
.export _wherex
2019-02-05 22:27:52 +00:00
.importzp sp
.include "telestrat.inc"
.proc _wherex
ldx #$00
lda SCRX
rts
2019-02-05 22:27:52 +00:00
.endproc