Fujitsu CM71-00101-5E User Manual

Page of 314
176
CHAPTER 7  DETAILED EXECUTION INSTRUCTIONS
7.80
STB (Store Byte Data in Register to Memory)
Stores the byte data in "Ri" to memory address "(R13 + Rj)".
STB (Store Byte Data in Register to Memory)
Assembler format:
STB Ri, @ (R13, Rj)
Operation:
Ri 
 (R13 + Rj)
Flag change:    
N, Z, V, and C: Unchanged
Execution cycles:  
a cycle(s)
Instruction format:  
Example:
STB R3, @(R13, R2)
N
Z
V
C
MSB
LSB
0
0
0
1
0
0
1
0
Rj
Ri
R2
 
1234567B
 
 
 
0 0 0 0
0 0 0 4
0 0 0 0
0 0 2 1
R2
R3
R3
 
 
 
 
 
0 0 0 0
0 0 2 1
2 1
0 0 0 0
0 0 0 4
1234567B
1234567C
1234567C
 
 
 
1 2 3 4
5 6 7 8
R13
R13
1 2 3 4
5 6 7 8
x x
Memory
Memory
Before execution
After execution
Instruction bit pattern : 0001 0010 0010 0011