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

Popular posts from this blog

MOV

CMP

JX- JC, JNC, JP, JM, JZ, JNZ, JPE, JPO