Question 37 Refer to the below code snippet and determine the value of R if P is 5 and Q is 3: ORIGx3000 LDI R3, P LDI R
Posted: Fri Jun 10, 2022 11:58 am
Question 37 Refer to the below code snippet and determine the value of R if P is 5 and Q is 3: ORIGx3000 LDI R3, P LDI R4, Q ADD R5, R3, R4 STI R5, R HALT P.FILL x3200 Q.FILL x3201 R.FILL x3202 END O-2 8 02 O 15 • Previous O