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
-
- Posts: 43759
- Joined: Sat Aug 07, 2021 7:38 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 R
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