User`s manual
131 Appendix C
push bx
push ax
mov dh, row
mov dl, col
mov bx, 0
mov ah, 2
int 10h
pop ax
pop bx
pop dx
ENDM
DELAY_MMACRO
push cx
mov cx, 1000
@@:
NEWIODELAY
loop short @B
pop cx
ENDM
NEWIODELAYMACRO
out 0EBh, al
ENDM
.STARTUP
mov ax, @DATA
mov ds, ax
xor ax, ax
;make the cursor disapper
mov ah, 01
mov ch, 20h
int 10h
mov START_AXIS, 0
CLS
lea ax, SEQ_1