NEC PD75402A User Manual page 171

4-bit single-chip microcomputer
Table of Contents

Advertisement

MOV @HL, A
Function: (HL)
A
Moves the contents of the A register to the data memory addressed by the contents of register pair HL.
MOV A, mem
Function: A
(mem); mem = D
Moves the data memory contents addressed by 8-bit immediate data mem to the A register.
MOV XA, mem
Function: A
(mem), X
Moves the data memory contents addressed by 8-bit immediate data mem to the A register and the contents
of the next address to the X register.
mem can specify even addresses.
Application example: Move the data of addresses 20H and 21H to register pair XA.
MOV mem, A
Function: (mem)
A; mem = D
Move the contents of the A register to the data memory addressed by 8-bit immediate data mem.
MOV mem, XA
Function: (mem)
A, (mem + 1)
Moves the contents of the A register to the data memory addressed by 8-bit immediate data mem and the
contents of the X register to the next memory address.
mem can specify even addresses.
160
CHAPTER 9. INSTRUCTION SET
to D
: 00H to 3FH
7
0
(mem + 1); mem = D
7
MOV XA, 20H
to D
: 00H to 3FH
7
0
X; mem = D
7
to D
: 00H to 3EH
0
to D
: 00H to 3EH
0

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pd75p402

Table of Contents