Related articles |
---|
object/load module formats shaun@rdc31.std.com (Shaun Wilkinson) (1994-02-15) |
object/load module formats ssimmons@convex.com (1994-02-16) |
Re: object/load module formats sdm7g@elvis.med.virginia.edu (Steven D. Majewski) (1994-02-16) |
Re: object/load module formats geoff@fcca.csi.com (1994-02-16) |
Re: object/load module formats jprice@cadev5.intel.com (1994-02-19) |
Re: object/load module formats brent@jade.ssd.csd.harris.com (1994-02-20) |
Re: object/load module formats rfg@netcom.com (1994-02-24) |
Re: object/load module formats meissner@osf.org (1994-03-02) |
Re: object/load module formats rfg@netcom.com (1994-03-12) |
Re: object/load module formats zstern@adobe.com (1994-03-22) |
Newsgroups: | comp.compilers |
From: | geoff@fcca.csi.com (Geoff Baldwin) |
Keywords: | linker |
Organization: | Compilers Central |
References: | 94-02-094 |
Date: | Wed, 16 Feb 1994 17:37:29 GMT |
You should look at ANSI/IEEE Std 695-1990 IEEE Standard for Microprocessor
Universal Format for Object Modules, available from IEEE Customer Service,
phone 1-800-678-IEEE.
This is a different approach: rather than using a turbo-encrufted data
structure, such as is used by "coff", it uses a very simple Reverse Polish
Notation, with great advantages for speed, compactness, flexibility and
simplicity.
I speak as a charter member of the P695 Working Group, and as a subsequent
implementor and user of the Standard. It is very well suited for cross-
development situations such as you describe.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.