> See also:
> - Reference
# MIPS Datapath
![[Pasted image 20231209082606.png]]
RISC (Reduced Instruction Set Computer):
- *R-Types:* ADD, SUBTRACT, AND, OR, Set Less Than
- *I-Types:* ADD Immediate (addi), AND Immediate, Immediate, Load Word(lw), Store Word (sw), Branch if Equal (beq)
- *J-Types:* Jump
## Registers
Most
![[Pasted image 20231209083156.png]]