diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2024-05-18 10:31:47 +1200 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2024-05-18 10:31:47 +1200 |
commit | f3c77f5a31a3d9ba6ba559316b26e565417aa0eb (patch) | |
tree | a808408edff587e8b84fc846a2b718e2548780cb /src/components/stack.rs | |
parent | 8929fbc0c62db0a3ddf73c745636609f951afc20 (diff) | |
download | bedrock-core-f3c77f5a31a3d9ba6ba559316b26e565417aa0eb.zip |
Fix SHF instruction
The wrong shifting operation was being used for the SHF operation. The
'wrapping' operations were shifting by the given distance, modulo eight,
which was yielding incorrect results for shift distances greater than
seven.
Diffstat (limited to 'src/components/stack.rs')
0 files changed, 0 insertions, 0 deletions