Question: Given the following Super Simple CPU program, trace the code, write the values of Accumulator and Memory ( ONE ) in a table, and record
Given the following "Super Simple CPU" program, trace the code, write the values of Accumulator and Memory ONE in a table, and record their changes after each instruction. Explain the function of the program in one sentence. How many times does the loop repeat?
LDI
TOP JNG DONE
SUB ONE
JMP TOP
DONE STO ONE
STP
ONE DAT
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
