Question: Consider the MARIE program below. a) List the hexadecimal code for each line of the program (including the symbols). b) Draw the symbol table. c)
Consider the MARIE program below.
a) List the hexadecimal code for each line of the program (including the symbols).
b) Draw the symbol table.
c) What is the value stored in the AC when the program terminates?

ORG 100 Begin, LOAD Base ADD Offs STORE Addr SKIPCOND 800 JUMP Done CLEAR LOAD Offs Done, HALT Base, HEX 200 Offs, DEC 11 Two, HEX 0002 Addr, HEX 007 ORG 100 Begin, LOAD Base ADD Offs STORE Addr SKIPCOND 800 JUMP Done CLEAR LOAD Offs Done, HALT Base, HEX 200 Offs, DEC 11 Two, HEX 0002 Addr, HEX 007
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
