adding gotox.s gotoy.s wherex.s wherey.s
This commit is contained in:
15
libsrc/telestrat/wherey.s
Normal file
15
libsrc/telestrat/wherey.s
Normal file
@@ -0,0 +1,15 @@
|
||||
;
|
||||
; jede jede@oric.org 2017-02-25
|
||||
;
|
||||
.export _wherey
|
||||
|
||||
.importzp sp
|
||||
|
||||
.include "telestrat.inc"
|
||||
|
||||
|
||||
.proc _wherey
|
||||
ldx #$00
|
||||
lda SCRY
|
||||
rts
|
||||
.endproc
|
||||
Reference in New Issue
Block a user