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
 Detail Key                               Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Title:    Set Conditionally                     Flags: O D I T S Z A P C
            80386/486 Only                               ═════════════════
                                                              -none-
  Syntax:   SETcondition dest
 
  See also: .386, Jcond
 
  Description:
 
     Sets the byte specified in the operand to 1 if <condition> is
     true or to 0 if <condition> is false. The condition is tested
     by checking the flags.
     See: Set Conditions Table
 
     This instruction is used to set Boolean flags conditionally.
                                    -♦-