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

Instruction operand chunks should be range-checked #512

Open
moodlezoup opened this issue Nov 25, 2024 · 0 comments
Open

Instruction operand chunks should be range-checked #512

moodlezoup opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@moodlezoup
Copy link
Collaborator

Instruction operands are broken into C = 4 chunks of 8-bits each, and those chunks are (for some instructions) interleaved to form the lookup query.

Those operand chunks should be range-checked to [0, 2^8).

@moodlezoup moodlezoup added the bug Something isn't working label Nov 25, 2024
@moodlezoup moodlezoup self-assigned this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant