adding gotox.s gotoy.s wherex.s wherey.s
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
;
|
||||
; jede jede@oric.org 2017-02-25
|
||||
;
|
||||
.export _gotoxy
|
||||
|
||||
.import popa
|
||||
@@ -10,8 +13,8 @@
|
||||
.proc _gotoxy
|
||||
; This function move only cursor for display, it does not move the prompt position
|
||||
; in telemon, there is position for prompt, and another for the cursor
|
||||
sta SCRY
|
||||
jsr popa
|
||||
sta SCRX
|
||||
sta SCRY
|
||||
jsr popa
|
||||
sta SCRX
|
||||
rts
|
||||
.endproc
|
||||
|
||||
Reference in New Issue
Block a user