AQA Flashcards
1
Q
What does “LDR R1, L101” do?
A
Loads the contents on L101 into register R1
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
3
Q
What does “MOV R0, #10” do?
A
Stores value 10 into Register, R0
4
Q
True or False: 0 acts as a placeholder in AQA
A
True
5
Q
What does OUT R2, 4 do?
A
Outputs the contents of R2 to device 4