adding gotoxy.s
This commit is contained in:
15
libsrc/telestrat/gotoxy.s
Normal file
15
libsrc/telestrat/gotoxy.s
Normal file
@@ -0,0 +1,15 @@
|
||||
.export _gotoxy
|
||||
|
||||
.import popa
|
||||
|
||||
.importzp sp,tmp2,tmp3,tmp1
|
||||
|
||||
.include "telestrat.inc"
|
||||
|
||||
|
||||
.proc _gotoxy
|
||||
sta SCRY
|
||||
jsr popa
|
||||
sta SCRX
|
||||
rts
|
||||
.endproc
|
||||
Reference in New Issue
Block a user