1.2.4 add modes Flashcards

1
Q

what does addressing modes allow

A

for a much greater number of locations for data to be stored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

WHAT DOES adressing mode do

A

specifies how the operand should be interpreted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

4 adressing modes

A

direct addressing
imediate addressing
indirect addressing
indexed addressing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

whats direct addressing

A

The operand gives the address which holds the value upon which the
instruction is to be performed. Direct addressing is used in LMC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is imiediete addressing

A

The operand is the actual value upon which the instruction is to be
performed, represented in binary,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is indirect addressing

A

The operand gives the address of a register which holds another address,
where the data is located.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is indexed addressing

A

An index register is used, which stores a certain value. The address of the
operand is determined by adding the operand to the index register . useful for arrays

How well did you know this?
1
Not at all
2
3
4
5
Perfectly