There are undocumented switches to the linker that will disassemble an object file:
link /dump /disasm /linenumbers /out:foo.asm foo.obj
Cribbed from an answer on this stackoverflow question
There are undocumented switches to the linker that will disassemble an object file:
link /dump /disasm /linenumbers /out:foo.asm foo.obj
Cribbed from an answer on this stackoverflow question