CHAPTER 5 EXPLANATION OF INSTRUCTIONS
User’s Manual U11047EJ3V0UM00
58
DESCRIPTION EXAMPLE
Mnemonic
Full name
MOV
Move
Byte Data Transfer
Meaning of instruction
[Instruction format]
MOV dst, src: Indicates the basic description format of the instruction.
[Operation]
dst
←
src: Indicates instruction operation using symbols.
[Operand]
Indicates operands that can be specified with this instruction. Refer to 4.1 Operation
for a description of each operand symbol.
Mnemonic
Operand (dst, src)
Mnemonic
Operand (dst, src)
MOV
r, #byte
MOV
A, PSW
A, saddr
[HL], A
saddr, A
A, [HL + byte]
PSW, #byte
[HL + C], A
[Flag]
Indicates the operation of the flag that changes by instruction execution.
Each flag operation symbol is shown in the legend.
Z
AC
CY
Legend
Symbol
Description
Blank
0
1
×
R
Unchanged
Cleared to 0
Set to 1
Set or cleared according to the result
Previously saved value is restored
[Description] Describes the instruction operation in detail.
•
The contents of the source operand (src) specified by the 2nd operand are transferred to the destination
operand (dst) specified by the 1st operand.
[Description example]
MOV A, #4DH; 4DH is transferred to 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 ...