Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 236 Bytes

interrupts.md

File metadata and controls

8 lines (5 loc) · 236 Bytes

Interrupts

When we press a key, PC should be stored somewhere.

Then PC should jump to a specified location where we have an interrupt handler. This interrupt handler will jump to a place specified by the OS programmer using Jack.