Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement interrupts and show output on the display #20

Open
roerohan opened this issue Sep 24, 2020 · 0 comments
Open

Implement interrupts and show output on the display #20

roerohan opened this issue Sep 24, 2020 · 0 comments
Labels
enhancement New feature or request hacktoberfest Hacktoberfest 2020 help wanted Extra attention is needed

Comments

@roerohan
Copy link
Owner

roerohan commented Sep 24, 2020

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.

@roerohan roerohan added enhancement New feature or request hacktoberfest Hacktoberfest 2020 help wanted Extra attention is needed labels Sep 24, 2020
@roerohan roerohan changed the title Implement interrupts Implement interrupts and features to read input and show output on the display Sep 24, 2020
@roerohan roerohan changed the title Implement interrupts and features to read input and show output on the display Implement interrupts and show output on the display Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Hacktoberfest 2020 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant