
67
CHAPTER 3 CPU ARCHITECTURE
User
’
s Manual U15017EJ2V0UD
Figure 3-12. General-Purpose Register Addresses
Note
These are the addresses when the LOCATION 0H instruction is executing. The addresses when the
LOCATION 0FH instruction is executed are the sum of the above values and 0F0000H.
Caution R4, R5, R6, R7, RP2, and RP3 can be used as the X, A, C, B, AX, and BC registers when the RSS
bit in the PSW is set to 1. However, use this function only when using a 78K/III Series program.
Remark
When changing the register bank and when returning to the original register bank is necessary, execute
the SEL RBn instruction after using the PUSH PSW instruction to save the PSW to the stack. If the stack
position is not changed when returning to the original state, the POP PSW instruction is used to return.
When the register banks in the vectored interrupt processing program are updated, PSW is automatically
saved on the stack when an interrupt is accepted and returned by the RETI and RETB instructions.
Therefore, when one register bank is used in an interrupt servicing routine, only the SEL RBn instruction
is executed, and the PUSH PSW or POP PSW instruction does not have to be executed.
Example
When register bank 2 is specified
.
PUSH PSW
SEL RB2
POP PSW
Operation in register bank 2
Operation in original register bank
RBNK0
RBNK1
RBNK2
RBNK3
RBNK4
RBNK5
RBNK6
RBNK7
H (R15)
(FH)
D (R13)
(DH)
R11
(BH)
R9
(9H)
R7
(7H)
R5
(5H)
B (R3)
(3H)
A (R1)
(1H)
L (R14)
(EH)
E (R12)
(CH)
R10
(AH)
R8
(8H)
R6
(6H)
R4
(4H)
C (R2)
(2H)
X (R0)
(0H)
7
0 7
0
8-bit processing
HL (RP7)
(EH)
DE (RP6)
(CH)
UP (RP5)
(AH)
VP (RP4)
(8H)
RP3
(6H)
RP2
(4H)
BC (RP1)
(2H)
AX (RP0)
(0H)
15
0
16-bit processing
FE80H
Note
FEFFH
Note