What does “LDR R1, L101” do?
Loads the contents on L101 into register R1
True or False: “ADD R0, R1, R2” adds the contents of Register R0 and R1 and stores the result in R2
False, Adds R1 and R2 and stores in R0
What does “MOV R0, #10” do?
Stores value 10 into Register, R0
True or False: 0 acts as a placeholder in AQA
True
What does OUT R2, 4 do?
Outputs the contents of R2 to device 4