-hi,
i have some troubles with this code:
.MODEL Tiny
.CODE
ORG 100h
Start:
Repeat:
mov al,'.'
int 29h
mov ah,86h
xor cx,cx
mov dx,50000
int 15h
mov ah,1
int 16h
jz Repeat
xor ah,ah
int 16h
cmp ax,011Bh
jne Repeat
int 20h
END Start
it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.