Implement interrupts and show output on the display
We're aiming to support interrupts on 8086.js! The parser can currently recognize INT as a mnemonic. The CPU is required to understand that the INT mnemonic stands for an interrupt. Once this is done, features such as writing output to the display in the UI, taking user input, and exiting the program, etc. can be implemented.
We would prefer a separate class for interrupts.
Implement interrupts and show output on the display
We're aiming to support interrupts on
8086.js! The parser can currently recognizeINTas a mnemonic. The CPU is required to understand that theINTmnemonic stands for an interrupt. Once this is done, features such as writing output to thedisplayin the UI, taking user input, and exiting the program, etc. can be implemented.