⊛ Complete Datapath
MIPS Processor
You can also play around with the MIPS processor emulator. You can also read the documentation. Note that the operations that can be performed is a restricted subset of MIPS.
OPCode | ALUctrl | Operation |
---|---|---|
and |
0000 |
Bitwise AND |
or |
0001 |
Bitwise OR |
add |
0010 |
Addition |
sub |
0110 |
Subtraction |
slt |
0111 |
Set Less Than |
lw |
0010 |
Addition |
sw |
0010 |
Addition |
beq |
0110 |
Subtraction |