1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
cc65/libsrc/telestrat/wherex.s
Christian Groessler 58484449b4 remove TABs
2019-02-05 23:27:52 +01:00

15 lines
174 B
ArmAsm

;
; jede jede@oric.org 2017-02-25
;
.export _wherex
.importzp sp
.include "telestrat.inc"
.proc _wherex
ldx #$00
lda SCRX
rts
.endproc