I want to compile a "Hello World" MS-DOS exe.
Not a program that runs in XP 16bit mode, or in MS-DOS mode on top of Windows OSs.
A HELOWRLD.EXE that I can run on my MS-DOS box.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think
DEBUG.EXEstill ships with windows (at least it does with XP). Run debug and enter something along the lines of the following transcript:Read more on DEBUG.EXE at: http://en.wikipedia.org/wiki/Debug_(command)
And the INT 21 display string http at: http://www.uv.tietgen.dk/staff/mlha/PC/Prog/asm/int/21/09.htm