![]() |
|
| << Previous | Next >> | |
| | |
OR (HL) Bitwise OR Rabbit 2000/30000/3000A InstructionDescription
Performs a bitwise OR operation between A and the data whose address is in HL.The result is stored in A.
Example
If the byte in A is 0100 1100 and the byte in the memory location pointed to by HL is 1110 0101, the operation:
OR (HL)
| Rabbit Instructions | << Previous | Next >> | rabbit.com |