The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => 16 bit DOS Programming => Topic started by: lly99 on April 08, 2008, 04:40:18 PM

Title: Masm/ Entry 8086 question
Post by: lly99 on April 08, 2008, 04:40:18 PM
    ::)           
can you help me?
   Masm9.0 to 8086 (com file)!
Title: Re: Masm/ Entry 8086 question
Post by: redskull on April 09, 2008, 12:04:24 AM
assuming you code it in 16-bit, you need the 16-bit linker and a copy of the exe2bin utility.  As far as writing the code goes, you'll probably want to post up in the sub-forum.

-ac
Title: Re: Masm/ Entry 8086 question
Post by: MichaelW on April 09, 2008, 12:28:09 AM
With the more recent 16-bit linkers exe3bin.exe is not necessary, you can just use the /TINY option.