Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
SETcondition Instruction
 Summary Key                              Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
 00001111    1001cond    mod,000,r/m
────────────────────┬─────────────────────────┬─────────────────────────────
 SETcondition reg8  │ setc   dh               │ 88/86 ──
                    │ setz   al               │   286 ──
                    │ setae  bl               │   386 4
                    │                         │   486 true=4,false=3
────────────────────┼─────────────────────────┼─────────────────────────────
 SETcondition mem8  │ seto   BTYE PTR [ebx]   │ 88/86 ──
                    │ setle  flag             │   286 ──
                    │ sete   Booleans[di]     │   386 5
                    │                         │   486 true=3,false=4
────────────────────┴─────────────────────────┴─────────────────────────────
                                    -♦-