class documentation
class Mode(_Enum):
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.
class Mode(_Enum):
Modes of execution.