We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When setting PC to a vectored address on trap or xRET, the spec says:
If the fetch is successful, the hart clears the low bit of the handler address and sets the PC to this handler address.
This is presumably a mistake - it should clear the lowest bit if 16-bit instructions are supported, otherwise clear the lowest two bits.
The text was updated successfully, but these errors were encountered:
jb-brelot-nxp
No branches or pull requests
When setting PC to a vectored address on trap or xRET, the spec says:
This is presumably a mistake - it should clear the lowest bit if 16-bit instructions are supported, otherwise clear the lowest two bits.
The text was updated successfully, but these errors were encountered: