Re: Newbie Alert !!!
- From: "Rod Pemberton" <do_not_have@xxxxxxxxxxxxx>
- Date: Tue, 22 Apr 2008 02:40:51 -0400
"Mel Smith" <medsyntel@xxxxxxx> wrote in message
news:674squF2mri9nU1@xxxxxxxxxxxxxxxxxxxxx
I'm an application programmer (in an xBase language called xHarbour --a
superset of Clipper )<code snipped>
I have a very old assembly language file (named treal.asm) circa 1991.
I need to assemble this file with MASM32 (which I have on my machine).
I propose assembling this file with the command:
ML /c treal.asm
Then I'll link in the resulting object module (treal.obj) with the
remainder of my modules.
*But*, when I try to assemble this file (which is shown below), I get
masses of errors (Segment, etc)
Can somebody please correct the old usage below, so that it will
assemble ??
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 Pemberton
.
- Follow-Ups:
- Re: Newbie Alert !!!
- From: Mel Smith
- Re: Newbie Alert !!!
- References:
- Newbie Alert !!!
- From: Mel Smith
- Newbie Alert !!!
- Prev by Date: Code performance, rdtsc and code alignment
- Next by Date: Merit of callee-saved register
- Previous by thread: Newbie Alert !!!
- Next by thread: Re: Newbie Alert !!!
- Index(es):
Relevant Pages
|