Registers
A register is single word store, in the CPU, close to the ALU.
- The ALU has extremely fast access to the registers (discussed later in course)
In modern RISC based computers
- All instructions are carried out on data stored in registers
- There are load and store instructions from main memory to the registers.
In MIPS there are 32 registers $0...$31