Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix extraction of shift value for immediate instructions
The shift value must be treated as an unsigned integer otherwise a shift value such as '0b11111' would be interpreted as -1 instead of 31.
- Loading branch information