Answered step by step
Verified Expert Solution
Question
1 Approved Answer
7. Consider the following Mano program: ORG 130 VARI, HEX 00F2 VAR2, HEX 0130 ORG 150 LDA VAR1 ISZ VAR2 I a. How many clock
7. Consider the following Mano program: ORG 130 VARI, HEX 00F2 VAR2, HEX 0130 ORG 150 LDA VAR1 ISZ VAR2 I a. How many clock pulses will each of the instructions require to complete? Give the number of clock pulses for each instruction individually. b. What is the CPI after the three instructions are executed? c. Using Table 5-6, complete the table below showing the clock-by-clock changes during the execution of the ISZ instruction, starting from SC = 0 and stopping after SC is reset. The initial values are given, and not all rows will be needed. If a value is unknown, leave the cell empty (don't leave it empty if the value is known): Clock SC PC AR IR DR AC I bit M[0x130] pulse 0 Ox0152 OxO0F2 1 2 3 4 5 6 7 8 9 7. Consider the following Mano program: ORG 130 VARI, HEX 00F2 VAR2, HEX 0130 ORG 150 LDA VAR1 ISZ VAR2 I a. How many clock pulses will each of the instructions require to complete? Give the number of clock pulses for each instruction individually. b. What is the CPI after the three instructions are executed? c. Using Table 5-6, complete the table below showing the clock-by-clock changes during the execution of the ISZ instruction, starting from SC = 0 and stopping after SC is reset. The initial values are given, and not all rows will be needed. If a value is unknown, leave the cell empty (don't leave it empty if the value is known): Clock SC PC AR IR DR AC I bit M[0x130] pulse 0 Ox0152 OxO0F2 1 2 3 4 5 6 7 8 9
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