i think we don't use the same version of asm or something like that
try again
jmp start
rec db 'ererrw$'
start:
mov dx,@data
mov ds,dx
mov dx,offset rec
mov ah,9h
int 21h
mov ah 4ch
int 21h
or something like this it should works
|
Results 1 to 16 of 16
Thread: A simple hello worldThreaded View
|
Click Here to Expand Forum to Full Width |