Assembly


main:
mov dx,hello ;Load the msg's address
mov ah,9 ;Standard output function
int 21h ;DOS call to dsplay AH

mov ax,04C00H...