Datasheet
Section 2 CPU 
Rev. 3.00 Mar. 15, 2006 Page 38 of 526 
REJ09B0060-0300   
Example 2: The BSET instruction is executed for port 5. 
P57 and P56 are input pins, with a low-level signal input at P57 and a high-level signal input at 
P56. P55 to P50 are output pins and output low-level signals. An example to output a high-level 
signal at P50 with a BSET instruction is shown below. 
•  Prior to executing BSET instruction 
  P57 P56 P55 P54 P53 P52 P51 P50 
Input/output Input Input  Output Output Output Output Output Output 
Pin state  Low 
level 
High 
level 
Low 
level 
Low 
level 
Low 
level 
Low 
level 
Low 
level 
Low 
level 
PCR5  0 0 1 1 1 1 1 1 
PDR5  1 0 0 0 0 0 0 0 
•  BSET instruction executed instruction 
BSET #0, @PDR5 
The BSET instruction is executed for port 5. 
•  After executing BSET instruction 
  P57 P56 P55 P54 P53 P52 P51 P50 
Input/output Input Input  Output Output Output Output Output Output 
Pin state  Low 
level 
High 
level 
Low 
level 
Low 
level 
Low 
level 
Low 
level 
Low 
level 
High 
level 
PCR5  0 0 1 1 1 1 1 1 
PDR5  0  1  0 0 0 0 0 1 










