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 Interrupt functionality #2

Open
tjarker opened this issue Feb 1, 2021 · 0 comments
Open

Implement Interrupt functionality #2

tjarker opened this issue Feb 1, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@tjarker
Copy link
Owner

tjarker commented Feb 1, 2021

The microprocessor should support simple interrupts.

To be researched and decided:

  • Single interrupt line?
  • How to define ISR address?
  • How to identify cause for interrupt?
    • register accessible by instructions? (like scause in riscv spec)
    • memory mapped?
@tjarker tjarker added the enhancement New feature or request label Feb 1, 2021
@tjarker tjarker modified the milestones: Digital typewriter, Pong Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant