Hey all, I'm new to programming in MASM 8086 Assembly language.
How do you ask the user to input a string of word like "Hello Daniweb" in MASM 8086 assembly language and once the user enters it, it display it on the command window.
I appreciate the code :D
PS: I'm using
INCLUDE Irvine32.inc
.code
Main
[instructions]
call Crlf
exit
Main ENDP
END main