adding gotox.s gotoy.s wherex.s wherey.s
This commit is contained in:
16
libsrc/telestrat/gotox.s
Normal file
16
libsrc/telestrat/gotox.s
Normal file
@@ -0,0 +1,16 @@
|
||||
;
|
||||
; jede jede@oric.org 2017-02-25
|
||||
;
|
||||
.export _gotox
|
||||
|
||||
.import popa
|
||||
|
||||
.importzp sp
|
||||
|
||||
.include "telestrat.inc"
|
||||
|
||||
|
||||
.proc _gotox
|
||||
sta SCRX
|
||||
rts
|
||||
.endproc
|
||||
Reference in New Issue
Block a user