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: Masm 8.0 support?


George Woltman wrote: 

If you'd like to try this yourself

> ML64.exe produces object files that objcopy does not understand.
> Alas, I've found no documentation as to what object file format ml64
> is producing.

make a simple object with the AMD64 C compiler (in the zip linked or in the
latest DDK) and run it through

    link /dump /all /disasm foo.obj

using the AMD64 linker (again, in that zip or the DDK). This dumps the
object file out in an easy-to-read form and if you compare this with the
binary object it's fairly obvious what's going on.

Hope that helps :-)
Rup.


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