Implement interrupts and show output on the display #20
Labels
enhancement
New feature or request
hacktoberfest
Hacktoberfest 2020
help wanted
Extra attention is needed
Implement interrupts and show output on the display
We're aiming to support interrupts on
8086.js
! The parser can currently recognizeINT
as a mnemonic. The CPU is required to understand that theINT
mnemonic stands for an interrupt. Once this is done, features such as writing output to thedisplay
in the UI, taking user input, and exiting the program, etc. can be implemented.The text was updated successfully, but these errors were encountered: