The or instruction implements an OR operation on the arguments.
Synopsis
or(type.dst,type.src)
Description
The or instruction implements a bitwise OR operation on the arguments.
Example
In the following example, bits set in r.3 or FLAG are set in r.3.
or(r.3,FLAG)