Masm 8.0 support?
Rupert Wood
me@rupey.net
Thu Sep 18 17:15:00 GMT 2003
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.
More information about the Binutils
mailing list