adding gotox.s gotoy.s wherex.s wherey.s

This commit is contained in:
jede
2017-02-25 22:20:17 +01:00
parent 1497330cc0
commit 7bc3bff83f
6 changed files with 71 additions and 4 deletions

14
libsrc/telestrat/gotoy.s Normal file
View File

@@ -0,0 +1,14 @@
;
; jede jede@oric.org 2017-02-25
;
.export _gotoy
.importzp sp
.include "telestrat.inc"
.proc _gotoy
sta SCRY
rts
.endproc