
59
CHAPTER 3 CPU ARCHITECTURE
User
’
s Manual U15017EJ2V0UD
(7) Sign flag (S)
This flag indicates that the MSB in the operation result is 1.
The flag is set to 1 when the MSB of the operation result is 1. If 0, the flag is reset to 0. The S flag state can
be tested by the conditional branch instructions.
(8) Register bank selection flags (RBS0 to RBS2)
This is the 3-bit flag that selects one of the eight register banks (register banks 0 to 7). (Refer to
Table 3-4
.)
Three bit information that indicates the register bank selected by executing the SEL RBn instruction is stored.
Table 3-4. Register Bank Selection
RBS2
RBS1
RBS0
Set Register Bank
0
0
0
Register bank 0
0
0
1
Register bank 1
0
1
0
Register bank 2
0
1
1
Register bank 3
1
0
0
Register bank 4
1
0
1
Register bank 5
1
1
0
Register bank 6
1
1
1
Register bank 7
(9) User flag (UF)
This flag is set and reset by a user program and can be used in program control.
3.6.3 Using the RSS bit
Basically, always use with the RSS bit fixed at 0.
The following descriptions discuss using a 78K/III Series program and a program that sets the RSS bit to 1. Reading
is not necessary if the RSS bit is fixed at 0.
The RSS bit enables the functions in A (R1), X (R0), B (R3), C (R2), AX (RP0), and BC (RP1) to also be used
in registers R4 to R7 (RP2, RP3). When this bit is effectively used, efficient programs in terms of program size and
program execution can be written.
Sometimes, however, unexpected problems arise if used carelessly. Consequently, always set the RSS bit to 0.
Use with the RSS bit set to 1 only when 78K/III series programs will be used.
By setting the RSS bit to 0 in all programs, writing and debugging programs become more efficient.
Even if a program where the RSS bit is set to 1 is used, when possible, it is recommended to use the program
after modifying the program so that the RSS bit is not set to 1.