Implement vectored interrupt mode in mtvec
#745
Labels
enhancement
New feature or request
good first issue
Good for newcomers
nice to have
Could be useful, but not a top priority
Milestone
Defined in 3.1.7. Machine Trap-Vector Base-Address Register
Currently only direct mode is supported, where all traps set pc to
mtvec
value.Vectored mode uses different pc offsets for trap cause codes
This is an optional feature.
The text was updated successfully, but these errors were encountered: