Question: In this assignment you will design hardwired control to implement indexed addressing. An instruction using indexed addressing has an offset, which is added to the

 In this assignment you will design hardwired control to implement indexed

addressing. An instruction using indexed addressing has an offset, which is added

In this assignment you will design hardwired control to implement indexed addressing. An instruction using indexed addressing has an offset, which is added to the index register value in order to calculate the effective address (EA). Ex: ADD 100, X If index register IX contains 50,EA is calculated as 150 . EAoffset+IX You will design an "Indexed" stage in the instruction execution cycle that calculates EA. Assume that the microoperations in the fetch cycle are as follows: P.Q.t0:MARPCP.Q.t1:MBRMemory,PCPC+1P.Q.t2:IRMBR In the Indexed cycle, effective address must be calculated. At the end of the indexed cycle, effective address must be stored to the address field of the instruction register (IR(addr)), so that the same execute routines can be used. Ex: ADD 100,X IR after Fetch cycle: Index register IX contains: 50 Effective address calculation in Indexed stage: EA IR (addr) + IX Then, effective address is placed in IR (addr) IR after Indexed cycle: 1. Write the microoperations in the Indexed cycle to implement indexed addressing. 2. Write the conditions for each microperation. Assume that in the indexed cycle PQ=11. 3. Draw the circuit for hardwired control. Assume that the bus select logic selects the registers for the bus according to the following table. 4. Write the microcode for Indexed cycle. Assume that in the control memory, starting address of the Indexed cycle is 01001002. Use the microoperations on the next page

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!