Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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
────────────────────┴─────────────────────────┴─────────────────────────────
                                    -♦-