MIPS Instruction Review
- Load/Store:
lw r1, 0(r3)(loadr3tor1) andsw r1, 4(r3)(storer1tor3) - Adds:
add r5, r4, r3(addr4andr3and put it inr5) - Branches:
beq r1, r2, label(branch tolabelifr1 == r2) - Jump:
j label(jump tolabel) - RISC Architecture: Reduced Instruction Set Computing
- Instructions are the same size
- Load/store (operands are in registers for arithmetic)