class documentation

class Mode(_Enum):

View In Hierarchy

Modes of execution.

  • X86_64: the transition is executed in Intel 64b mode.
  • X86_32: the transition is executed in Intel 32b mode.
  • X86_16: the transition is executed in Intel 16b mode.
Constant X86_16 Undocumented
Constant X86_32 Undocumented
Constant X86_64 Undocumented
X86_16: int =

Undocumented

Value
2
X86_32: int =

Undocumented

Value
1
X86_64: int =

Undocumented

Value
0