OR               Bitwise Logical OR                             MASM Operator
 
  expression1 OR expression2
 
    Performs a bitwise logical OR between expression1 and expression2.
    The following table shows the result of applying OR to two one-bit
    numbers:
 
                         Bit      Bit      Result
                          0        0         0
                          0        1         1
                          1        0         1
                          1        1         1

Seealso:



This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster