ORI
Opcode | Operand | Description |
ORI | 8-bit data | Logical OR immediate with accumulator |
— The contents of the accumulator are logically ORed with the 8- bit data.
— The result is placed in the accumulator.
— S, Z, P are modified to reflect the result.
— CY and AC are reset.
— Example: ORI 86H.
Comments
Post a Comment