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

[Enhancement] Implement exception handling #2

Open
2 of 3 tasks
CraftSpider opened this issue Apr 28, 2021 · 0 comments
Open
2 of 3 tasks

[Enhancement] Implement exception handling #2

CraftSpider opened this issue Apr 28, 2021 · 0 comments

Comments

@CraftSpider
Copy link
Contributor

CraftSpider commented Apr 28, 2021

Add support for exception handling. Probably requires at least:

  • Ability to load VBAR (Already done, as cortex-a implements register read/write)
  • Ability to emit various exception instructions (Add minimal exception emission instruction support #3)
  • An ExceptionVector struct that provides a nicer wrapper for creating a new vector - If nothing else, it should be #[repr(C)] and match the AArch spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant