jmp start
exit:
mov ah,4ch
mov al,00
int 21h
msg db "HelloWorld."
start:
mov ah,09
mov dx, msg
jmp start2
start3:
sub dx,2000
start2:
mov ah,09
add dx,100
int 21h
int 21h
mov ah,08
int 21h
CMP al,27
JZ start2
jmp start3
I did this for experiminatation to look around the memory and found a few interesting things.. the system.ini file for example and :
DOS Extender: Untrapped protected-mode exception.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum