Assembly language Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Define opcode

A

Mnemonics for what the instruction does
Things its doing

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

Define operand

A

The data/input that instruction uses
Thing being done

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

What can instructions do

A

Very little:
Move data around
Simple arithmetical and logical operations
Simple branching

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

Define immediate addressing

A

Data is hard-coded into instruction.
The number itself

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

Define direct addressing

A

Address in the main memory where data is being fetched from
The memory location

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

What takes longer immediate or direct

A

Direct will take longer as main memory needs to be accessed

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