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

Win32 Object Format

The Win32 object format generates Microsoft Win32 object files for use on the 32-bit native Windows NT/2000/XP/Vista/7 platforms. Object files produced using this object format may be linked with 32-bit Microsoft linkers such as Visual Studio in order to produce 32-bit PE executables.

Yasm will generate a Win32 object when "-f win32" is specified on the YasmCommandLine.

The file format itself is an extended version of the COFF object file format.