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 12
TOP JNG DONE
SUB ONE
JMP TOP
DONE STO ONE
STP
ONE DAT 2
 Given the following "Super Simple CPU" program, trace the code, write

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!