CHAPTER 5 EXPLANATION OF INSTRUCTIONS
User’s Manual U11047EJ3V0UM00
71
OR
Or
Logical Sum of Byte Data
[Instruction format]
OR dst, src
[Operation]
dst
←
dst
∨
src
[Operand]
Mnemonic
Operand (dst, src)
Mnemonic
Operand (dst, src)
OR
A, #byte
OR
A, !addr16
saddr, #byte
A, [HL]
A, r
A, [HL + byte]
A, saddr
[Flag]
Z
AC
CY
×
[Description]
•
The destination operand (dst) specified with the 1st operand and the source operand (src) specified with the
2nd operand are ORed bit wise, and the result is stored in the destination operand (dst).
•
If the logical sum shows that all bits are 0, the Z flag is set (1). In all other cases, the Z flag is cleared (0).
[Description example]
OR A, 0FE98H; The A register and FE98H are ORed bit wise and the result is stored in the A register.
Summary of Contents for 78K/0S Series
Page 2: ...User s Manual U11047EJ3V0UM00 2 MEMO ...
Page 14: ...User s Manual U11047EJ3V0UM00 14 MEMO ...
Page 28: ...User s Manual U11047EJ3V0UM00 28 MEMO ...
Page 118: ...User s Manual U11047EJ3V0UM00 118 MEMO ...
Page 120: ...User s Manual U11047EJ3V0UM00 120 MEMO ...