The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => 16 bit DOS Programming => Topic started by: gladi8r on April 18, 2008, 11:03:01 AM

Title: Trying to print to the screen... Any help??
Post by: gladi8r on April 18, 2008, 11:03:01 AM
Do you think you can tell me how I can move a message db into si, so I can then move 0 into ah, and use int 10 to print whatever text is in my message to the screen?
MOV SI, [name_of_message] doesn't seem to work.
--A very confused newbie,
Gladi8r
Title: Re: Trying to print to the screen... Any help??
Post by: eek on April 18, 2008, 11:38:18 PM
Use this to help you learn dos basics.
(It will save you asking about 1000 questions.)

http://www.btinternet.com/~btketman/tutpage.html