This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: assembler for original 8086


On Wed, Jul 16, 2003 at 02:45:15PM +0100, Aidan Delaney wrote:
> 	Apologies for the n00b question. I've just inherited an 8086 development 

An 8086 development board?  Wow!

> board, and am looking for a suitable as.  I've read the gas manpage and the 
> binutils configure script.  It does not seem that gas supports the original 
> 8086.  Did gas ever support this venerable chip?  Does anyone know of another 
> (Free Software) assembler that supports the 8086?  Please reply offlist.

gas surely must support the 8086.  *You* just have to choose not to use
instructions available only on later processors.  The linux kernel uses
gas for its bootup code.

Maybe you also want to look at NASM?  http://sourceforge.net/projects/nasm/

Do you want gas to output foo.obj files instead of ELF?  I don't know if
bfd supports that format...

-- 
   http://voyager.abite.co.za/~berndj/ - at last it even exists!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]