FlagState

Enumerates the possible consequences the instruction have on an Eflag.

Values

ValueMeaning
TE_1

the flag is tested

MO_2

the falg is modified

RE_4

the flag is reset

SE_8

the flag is set

UN_0x10

undefined behaviour

PR_0x20

the flag is restored to its prior state

Meta