Use a ROM to simulate instruction memory
- 16 bit address (should be 32 for MIPS, but that is too big for Logisim)
- Quad output - so we can read four bytes at a time
- lowest-address byte is shown first in Logisim memory contents


## Exercise
- Create a Program Counter Register which iterates through the instructions in memory

## Exercise
- You can set your splitter to have custom fan-out ranges
- Make a separate pin for each instruction field (opcode, rs, rt, etc.)


