Home /
Expert Answers /
Computer Science /
1-start-the-super-simple-cpu-app-2-select-the-first-example-by-pulling-down-the-examples-list-an-pa882
(Solved): 1) Start the Super Simple CPU app. 2) Select the first example by pulling down the examples list an ...
1) Start the Super Simple CPU app. 2) Select the first example by pulling down the examples list and selecting Example 1-sequence. 3) The program is three instructions long, in memory addresses 0,1 , and 2. Write down the three instructions or take a screenshot. 4) Click on the Opcodes list or More info button to get a key to the opcodes. 5) Decode the three instructions. Look at the first four bits of each memory cell and find those bit patterns in the opcodes key. Write down the corresponding three-letter mnemonic. 6) How many fetch-execute cycles will this program perform when you run it?