Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Consider the MARIE program below. a) (10 pts) List the hexadecimal code for each instruction (assume the first instruction is at memory address 0x100).
1. Consider the MARIE program below.
a) (10 pts) List the hexadecimal code for each instruction (assume the first instruction is at memory address 0x100).
b) (15 pts) What does the program compute, what if we change X?
LOAD X
STORE Y
Loop, LOAD Y
ADD Y
STORE Y
LOAD C
SUBT One
STORE C
SKIPCOND 400
JUMP Loop
LOAD Y
OUTPUT
HALT
X, HEX 2
Y, DEC 0
One, HEX 0001
C, HEX 000E
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