ORA (logical OR) Tags: NZ
ORA
Description:
Performs a logical OR (alternative) on the bits of the given and the accumulator. The result remains in the accumulator.
OR function:
Example:
ORA #@00000011; setting the two lower bits in A
ORA #$80 ; highest bit setting