NEC 78K/0 Series User Manual page 49

Nec computer hardware user's manual
Hide thumbs Also See for 78K/0 Series:
Table of Contents

Advertisement

MOV
[Instruction format]
[Operation]
[Operand]
Mnemonic
MOV
r, #byte
saddr, #byte
sfr, #byte
A, r
r, A
A, saddr
saddr, A
A, sfr
sfr, A
A, !addr16
!addr16, A
PSW, #byte
Note Except r = A
[Flag]
PSW, #byte and PSW,
A operands
Z
AC
×
×
[Description]
• The contents of the source operand (src) specified by the 2nd operand are transferred to the destination
operand (dst) specified by the 1st operand.
• No interrupts are acknowledged between the MOV PSW, #byte instruction/MOV PSW, A instruction and the
next instruction.
[Description example]
MOV A, #4DH; 4DH is transferred to the A register.
CHAPTER 5 EXPLANATION OF INSTRUCTIONS
MOV dst, src
dst ← src
Operand(dst,src)
Note
Note
All other operand
combinations
CY
Z
×
User's Manual U12326EJ4V0UM
Mnemonic
MOV
A, PSW
PSW, A
A, [DE]
[DE], A
A, [HL]
[HL], A
A, [HL+byte]
[HL+byte], A
A, [HL+B]
[HL+B], A
A, [HL+C]
[HL+C], A
AC
CY
Move
Byte Data Transfer
Operand(dst,src)
49

Advertisement

Table of Contents
loading

Table of Contents