English
Language : 

HD64F3437TF16 Datasheet, PDF (75/752 Pages) Hitachi Semiconductor – 12 V must not be applied to the S-mask model (single-power-supply specification), as this may permanently damage the device.
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
RTE
SLEEP
LDC
Size*
—
—
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 to the power-down state.
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.
15
87
op
0
RTE, SLEEP, NOP
15
87
op
0
rn
LDC, STC (Rn)
15
op
87
IMM
0
ANDC, ORC,
XORC, LDC (#xx:8)
Legend:
op: Operation field
rn: Register field
IMM: Immediate data
Figure 2.9 System Control Instruction Codes
46