MemorySizeOptions

Memory size options used by the formatters

iced_x86.MemorySizeOptions.DEFAULT: int = 0

Show memory size if the assembler requires it, else don’t show anything

iced_x86.MemorySizeOptions.ALWAYS: int = 1

Always show the memory size, even if the assembler doesn’t need it

iced_x86.MemorySizeOptions.MINIMAL: int = 2

Show memory size if a human can’t figure out the size of the operand

iced_x86.MemorySizeOptions.NEVER: int = 3

Never show memory size