Re: Newbie Alert !!!
- From: "Mel Smith" <medsyntel@xxxxxxx>
- Date: Tue, 22 Apr 2008 09:05:04 -0600
Rod said:
Are you sure it's not TASM's ideal mode? It looks like it is, to me
anyway:
MASM vs. TASM
http://www.ddj.com/184408073
If you add these two lines to the end of the posted code:
ENDS
END
It compiles to an .obj with TASM without warning:
tasm treal.asm
Do you still need it to work with MASM?
Rod:
Thank you !
I looked over my machine, and I found a tasm.zip file which contained
tasm32.exe.
I used the following command to compile the treal.asm as follows:
TASM32 treal.asm
It worked perfectly, and I now have an object file with no warnings and
no errors !
So, I guess I don't need MASM at all.
(btw, the missing statements (ENDS and END) were my own Clipboard
cut/paste fault)
So, I'm 'good-to-go' :))
Thanks again for the great help you provided !
-Mel Smith
(freezing in Edmonton, Canada)
.
- References:
- Newbie Alert !!!
- From: Mel Smith
- Re: Newbie Alert !!!
- From: Rod Pemberton
- Newbie Alert !!!
- Prev by Date: Re: Merit of callee-saved register
- Next by Date: [OT] information
- Previous by thread: Re: Newbie Alert !!!
- Next by thread: Code performance, rdtsc and code alignment
- Index(es):
Relevant Pages
|