Re: Printing from MASM (and other droll questions)
- From: gtb <goodTweetieBird@xxxxxxxxxxx>
- Date: Fri, 28 Dec 2007 08:56:55 -0800 (PST)
On Dec 27, 12:12 am, Herbert Kleebauer <k...@xxxxxxxxx> wrote:
Don't use the message box for output but start your program in
a cmd shell (DOS box) and write to stdout. MASM hides much to
much. Here a simple program to dump register, stack and memory
content as a DOS and Windows program where you can see every byte
in the binary explicitly defined in the assembler source code.
As you can see yourself, it's much better to start assembly
programming in DOS: you will learn the same, but it's much
easier to start with.
; DOS version:
OS=0 ; 0: DOS 1: WINDOwS 2: LINUX
....
Whoa there, my brain is full. Thank you for your detailed response but
I am a bit overwhelmed. Tonight I will see I can figure out where to
start asking questions about all you have given me.
gtb
.
- References:
- Printing from MASM (and other droll questions)
- From: gtb
- Re: Printing from MASM (and other droll questions)
- From: Herbert Kleebauer
- Printing from MASM (and other droll questions)
- Prev by Date: Re: Which assembler (or compiler) to start with? (newbie question)
- Next by Date: Re: Printing from MASM (and other droll questions)
- Previous by thread: Re: Printing from MASM (and other droll questions)
- Next by thread: Re: Printing from MASM (and other droll questions)
- Index(es):
Relevant Pages
|