SETcc sets the given 8-bit operand to zero if its condition is
not satisfied, and to 1 if it is.
setpe
386 and laterSet byte if parity even (PF == 1)
setpe r/m8 | setpe reg64 | setpe reg32Loading...
Forms
Every form of setpe the assembler accepts, from NASM's own instruction table.
The second column is the processor that introduced the form; a badge marks a form that needs
an extension, that is lockable, or that long mode dropped.
| Form | Since | Notes |
|---|---|---|
| setpe r/m8 | 386 | long |
| setpe reg64 | x86-64 | apxlong |
| setpe reg32 | x86-64 | apxlong |