18 Addressing Modes(NOT ASSESSED) Flashcards

1
Q

The most common addressing modes are:

A
  • Direct Addressing
  • Indirect Addressing
  • Immediate Addressing
  • Relative Addressing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Direct Addressing

A

The value to be referenced is obtained by specifying its memory address or register directly in the instruction.

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

Example of Direct addressing

MOVE A, B

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

Example of Direct addressing?

MOVE A, $0F

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

Indirect Addressing

A

The value of the source specifies the memory address that contains the data to be copied to the destination register.

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

Indirect Addressing

MOVE A, (B)

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

Indirect Addressing

MOVE A, ($0F)

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

Immediate Addressing

A

The value to be referenced is used as an operand of the instruction.

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

Immediate Addressing

MOVE A, #$1F

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

Relative Addressing

A

This mode is used for branching to a certain instruction. This addressing mode affects the PC.

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

Relative Addressing

JMP #distance

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

Addressing modes in High risc?

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