AQA Flashcards

1
Q

What does “LDR R1, L101” do?

A

Loads the contents on L101 into register R1

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

True or False: “ADD R0, R1, R2” adds the contents of Register R0 and R1 and stores the result in R2

A

False, Adds R1 and R2 and stores in R0

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

What does “MOV R0, #10” do?

A

Stores value 10 into Register, R0

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

True or False: 0 acts as a placeholder in AQA

A

True

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

What does OUT R2, 4 do?

A

Outputs the contents of R2 to device 4

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