Question: (10 points)Identify three assemblyerrors in the following code: LOOP .ORIG x3000 LEA R1, NUMBER LD R1, NUMBER NOT R5, #2 TRAP X29 BRZD LOOP2

(10 points)Identify three assemblyerrors in the following code: LOOP .ORIG x3000 LEA R1, NUMBER LD R1, NUMBER NOT R5, #2 TRAP X29 BRZD LOOP2 AND R1, R1, FIVE LD R1, FIVE BRP LOOP LOOP HALT FIVE .FILL #5 NUMBER .FILL X60 .END
Step by Step Solution
There are 3 Steps involved in it
There are several assembly errors in the given code Here are three of them 1 Missing Label before ... View full answer
Get step-by-step solutions from verified subject matter experts
