Question: Modify the case statement to cover all 3 2 cases for the ROM locations. Your program should now start at location 1 6 ( that

Modify the case statement to cover all 32 cases for the ROM locations. Your program should now start at location 16(that is, after the case statement, your program should begin with 'b10000 : 'bxxxxx where the xxxxx contain the bits of one instruction). At location 0, put a jump instruction that jumps to location 16. At unused locations, place a jump back to location 16. WARNING: The memory width has been increased from 5 bits to 6 bits, so all memory values now require an extra bit! Be careful where you add it! HINT: You can do this without adding 16 new lines of code.

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!