Question: Construct a symbol table for the program given by following program. .orig x3000 LD R2,ONE LD RO,X LD R1,V LOOP BRZ DONE ADD R2, R2,

Construct a symbol table for the program given by following program. .orig x3000 LD R2,ONE LD RO,X LD R1,V LOOP BRZ DONE ADD R2, R2, RO ADD R1,R1,-1 BR LOOP DONE ST R2, RESULT HALT RESULT FILL x0000 FILL x0001 FILL X0005 ONE . FILL x0800 END Construct a symbol table for the program given by following program. .orig x3000 LD R2,ONE LD RO,X LD R1,V LOOP BRZ DONE ADD R2, R2, RO ADD R1,R1,-1 BR LOOP DONE ST R2, RESULT HALT RESULT FILL x0000 FILL x0001 FILL X0005 ONE . FILL x0800 END
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
