which register holds the instruction to be decoded and executed?
The IR register
Explain immidiate addressing
Explain direct addressing
what is indirect addressing
An address which specifies not the operand but the address of the operand.
what is direct register addressing?
which registers are used?
same as direct addressing but specifies a register instead of a memory location. Usually using a register is faster than using the memory.
It uses the 32 temporary use registers
What is indirect register addressing?
For each instruction determine its addressing type

First three instructions: (note: # means constant)
Fourth instruction:
Fifth instruction:
what is register index addressing
what is relative addressing?
opcode ra c1.
why is there no need for a base register?
What is the structure of an instruction?
The ra,rb,rc registers describe one of the 32 registers