Load & Store Instructions
MIPS is a load store architecture ... all operations are performed on values in registers, so data in memory must be loaded from or stored to memory
Load, Store are I-format instructions, where the “immediate” field is called “address” and the instruction format looks like subscripting
op rs rt address I-type instructions
lw rt, address(rs) Load Word
sw rt, address(rs) Store Word