Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>or bitwise logical or masm operator</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
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

See Also: AND NOT XOR

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson