System Control Instructions - Renesas F-ZTAT H8 Series Hardware Manual

8-bit single-chip microcomputer
Hide thumbs Also See for F-ZTAT H8 Series:
Table of Contents

Advertisement

2.5.7

System Control Instructions

Table 2.10 describes the system control instructions. Figure 2.9 shows their object code formats.
Table 2.10 System Control Instructions
Instruction
Size*
RTE
SLEEP
LDC
B
STC
B
ANDC
B
ORC
B
XORC
B
NOP
Note:
*
Size: Operand size
B:
Byte
Function
Returns from an exception-handling routine
Causes a transition from active mode to a power-down mode. See
section 5, Power-Down Modes, for details
Rs → CCR, #IMM → CCR
Moves immediate data or general register contents to the condition code
register
CCR → Rd
Copies the condition code register to a specified general register
CCR ∧ #IMM → CCR
Logically ANDs the condition code register with immediate data
CCR ∨ #IMM → CCR
Logically ORs the condition code register with immediate data
CCR ⊕ #IMM → CCR
Logically exclusive-ORs the condition code register with immediate data
PC + 2 → PC
Only increments the program counter
Rev.3.00 Jul. 19, 2007 page 53 of 532
REJ09B0397-0300
2. CPU

Advertisement

Table of Contents
loading

Table of Contents