Re: Newbie Alert !!!



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)


.



Relevant Pages

  • Re: setting memory model in masm/tasm/wasm
    ... But with tasm I get an error, unless I change the ".model" line to ... meant to be masm-compatible, did masm change over the years ... But wasm doesn't. ... conditional compiles you can put the model directive in a conditional ...
    (alt.lang.asm)
  • Re: Best assembler for 8088/8086?
    ... I already have TASM and A86 but was wondering about the "best" combo. ... NASM is significantly slower. ... > A86, IIRC, is faster than MASM but slower than TASM. ...
    (comp.lang.asm.x86)
  • Re: Twelve Assembly Lessons
    ... NASM was certainly operational in then 1998-1999 time frame. ... And as for TASM, there were *books* out on Windows programming in TASM ... And as TASM was pretty much compatible with MASM, ... Yes, that tells you their opinion of the other assemblers (NASM, Gas, ...
    (alt.lang.asm)
  • Re: Best assembler for 8088/8086?
    ... > limited memory), I'm considering writing major portions in assembler, ... > - masm ... TASM to run on that hardware. ... NASM should, but I don't ...
    (comp.lang.asm.x86)
  • Re: Hay Betov, hitting the big time at last ?
    ... TASM was a Tool for writing Virus. ... Guess who screamed like stuck pigs as MASM swept ... the floor with TASM, virus coders and all? ... helped it gain a percentage point of the entire win32 assembler market. ...
    (alt.lang.asm)