MandatoryPrefix

Mandatory prefix

iced_x86.MandatoryPrefix.NONE: int = 0

No mandatory prefix (legacy and 3DNow! tables only)

iced_x86.MandatoryPrefix.PNP: int = 1

Empty mandatory prefix (no 66, F3 or F2 prefix)

iced_x86.MandatoryPrefix.P66: int = 2

66 prefix

iced_x86.MandatoryPrefix.PF3: int = 3

F3 prefix

iced_x86.MandatoryPrefix.PF2: int = 4

F2 prefix