BRSC rs |
nanoMIPS |
Branch Register Scaled, Compact |
Branch Register Scaled, Compact. Unconditional branch to address
NextPC + 2*$rs.
nanoMIPS
010010 |
00000 |
rs |
1000 |
x |
6 |
5 |
5 |
4 |
12 |
address = effective_address(CPU.next_pc, offset=GPR[rs]<<1) CPU.next_pc = address
None.