PDA

Click to See Complete Forum and Search --> : Assemblers


ChimpFace9000
Mar 9th, 2001, 02:04 PM
Can some one point me to an assembler that supports all the 386 instructions. Ive tried...

a86
Pass32
TASM 5.0

I know they dont support all the 386 instructions because they dont recognize the instruction...

bt (Bit Test)

Pleas help!

parksie
Mar 9th, 2001, 02:41 PM
What about NASM...does that do it?

Mar 10th, 2001, 12:24 AM
Dont know. Is it a 16-bit dos assembler? If it is, where do i get it.

Mar 10th, 2001, 08:35 AM
What about Microsoft's MASM?

Mar 10th, 2001, 03:54 PM
Dont even know where i could find the 16-bit version of it.

rainbird
Mar 12th, 2001, 10:13 PM
You can download the latest 32-bit version of MASM at Hutch's website at http://www.pbq.com.au/home/hutch/masm.htm

Also, the DDK kit in Win98 includes the MASM kit for free.

Mar 13th, 2001, 01:04 AM
Did you even read the post, I need a 16-bit assembler.

rainbird
Mar 13th, 2001, 09:33 AM
Did you even bather to check out what I'd posted? The DDK kit includes both 16 and 32-bit.

Don't diz people who try to help you! Last time I checked, the 386 is a 32-bit CPU (386-DX not SX).

Mar 13th, 2001, 10:18 AM
Originally posted by rainbird
You can download the latest 32-bit version of MASM at Hutch's website at http://www.pbq.com.au/home/hutch/masm.htm

Also, the DDK kit in Win98 includes the MASM kit for free.

If i sounded rude, i didnt mean to, its hard to show how you feel in text, but i get alot of people who reply and dont even read the posts. And technicly you didnt say that it had the 16-bit version, you just said that the DDK contains masm.

da_silvy
Mar 23rd, 2001, 11:02 PM
Technically You didn't say that you needed it to be 16-Bit!

Mar 24th, 2001, 12:01 AM
Originally posted by ChimpFace9000
Dont know. Is it a 16-bit dos assembler? If it is, where do i get it.

Nuff' said

Apr 2nd, 2001, 05:09 AM
Ok, i have the Win98 DDK, where in it is the 16-bit version of masm?

rainbird
Apr 11th, 2001, 10:02 AM
The MASM assembler (ml.exe 6.14) will assemble 16 bit dos files just fine. You do need the correct OMF linker for it as the 32 bit COFF one will not build DOS files.

You can download the 16-bit linker here: http://members.nbci.com/_XMCM/winasm/files/Lnk563.exe

Hope this helps.