Modes of addressing Flashcards
1
Q
Four types of addressing
A
immediate
indirect
direct
indexed
2
Q
Immediate addressing
A
the operand is the literal value to be used
16 memory locations
3
Q
Direct addressing
A
the operand directly references where the value to load is
16 memory locations
256 possible values
4
Q
Indirect addressing
A
the operand references a memory location which in turn references the location of the data
can access many more unique memory locations
5
Q
Indexed addressing
A
this register keeps track of where the start of the array is this means we can address the index locations of our
F
I
N
I
S
H