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

Recommended Answers

All 2 Replies

There are several tutorials out there. Just google for "masm tutorials".

or get the examples at emu8086 after you download the app go to documentation then interrupts. You'll find a much effective code. When i boot up my computer i.ll post it

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.