Lab 10 - Correcting the Wiring of Interrupt
Summary
- The interrupt is an asynchronous call that is supposed to
occur in response to stimuli outside of the operation of the CPU.
- To correct this an interrupt flip-flop (similar to the run flip-flop) will be added to the unit.
- Finally, I will pull out the RAM/ROM and turn CAPC into a chip.
Correcting the Interrupt
Coming soon
Interrupt Flip-Flop
- A simple clone of the run flip flop should do the trick.
Note What will guarantee that multiple interrupts aren't executed in tandem? If this occurs we get an error because our previous interrupt will be wiped out.
Will this be controlled by an external device? (An interrupt scheduler?) Or should it be part of the core processor?
My current library file is avaible from my Comp 212 Page