DisasmOpts

This field allows you to define some display options. You can specify the syntax : masm, nasm, goasm or AT&T. You can specify the number format you want to use : prefixed numbers or suffixed ones. You can even add a tabulation between the mnemonic and the first operand or display the segment registers used by the memory addressing.

Values

ValueMeaning
noTabs0x0
Tabs0x1
synMasm0x000
synGoAsm0x100
synNasm0x200
synAT0x400
prefixedNumeral0x10000
suffixedNumeral0x00000
showSegmentRegs0x01000000

Meta