CPE 315
Professor Stearns
MIPS 32-bit CPU - Basic Principles

The MIPS cpu is a 32-bit RISC (Reduced Instruction Set Computer)
RISC means: instructions are simple; each instruction performs a simple operation.
It requires more instructions to accomplish what one CISC (Complex Instruction Set Computer) instruction can do.

The MIPS ISA (Instruction Set Architecture) is quite simple with two major exceptions.