.Model small
.stack 64
.data
mesg db "What is your name? ",\'$\'
.code
Main PROC far
mov ax,@data
mov ds,ax