Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started