SETcc sets the given 8-bit operand to zero if its condition is
not satisfied, and to 1 if it is.
setge
386 and laterSet byte if greater or equal (SF == OF)
setge r/m8 | setge reg64 | setge reg32Loading...
Forms
Every form of setge 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 |
|---|---|---|
| setge r/m8 | 386 | long |
| setge reg64 | x86-64 | apxlong |
| setge reg32 | x86-64 | apxlong |