Skip to content
PeterJohnson edited this page Jun 24, 2011 · 1 revision

Win64 Object Format

The win64 or x64 object format generates Microsoft Win64 object files for use on the 64-bit native Windows XP x64/Vista x64/7 x64 platforms. Object files produced using this object format may be linked with 64-bit Microsoft linkers such as that in Visual Studio 2005 and 2008 in order to produce 64-bit PE32+ executables.

Yasm will generate output in this format if "-f win64" or "-f x64" is specified on the YasmCommandLine.