.proc _clrscr
lda #<SCREEN
- ldy #>SCREEN
+ ldy #>SCREEN
sta RES
sty RES+1
BRK_TELEMON XFILLM
- ; reset prompt position
+ ; reset prompt position
lda #<(SCREEN+40)
sta ADSCRL
lda #>(SCREEN+40)
sta ADSCRH
- ; reset display position
- lda #$01
+ ; reset display position
+ lda #$01
sta SCRY
lda #$00
sta SCRX
.import popa
- .importzp sp,tmp2,tmp3,tmp1
+ .importzp sp
.include "telestrat.inc"
-
.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