CHAPTER 3 CPU ARCHITECTURE
User’s Manual U15075EJ2V1UD
74
3.4.5 Register indirect addressing
[Function]
In the register indirect addressing mode, memory is manipulated according to the contents of a register pair
specified as an operand. The register pair to be accessed is specified by the register pair specification code in
an instruction code.
This addressing can be carried out for all the memory spaces.
[Operand format]
Identifier Description
−
[DE], [HL]
[Description example]
MOV A, [DE]; When selecting register pair [DE]
Instruction code
0
0
1
0
1
0
1
1
[Illustration]
15
0
8
D
7
E
0
7
7 0
A
DE
Addressed memory
contents are
transferred.
Memory address
specified with
register pair DE.