Skip to content

Fixes for SRL and SRA#3

Merged
wallento merged 1 commit into
wallento:masterfrom
rswarbrick:shifts
Aug 21, 2020
Merged

Fixes for SRL and SRA#3
wallento merged 1 commit into
wallento:masterfrom
rswarbrick:shifts

Conversation

@rswarbrick
Copy link
Copy Markdown
Contributor

Neither instruction had the "... & 0x1f" mask that's needed to grab
just the bottom 5 bits (SLL does have it). Also, SRA and SRL had the
same implementation, which probably isn't right... :-)

Neither instruction had the "... & 0x1f" mask that's needed to grab
just the bottom 5 bits (SLL does have it). Also, SRA and SRL had the
same implementation, which probably isn't right... :-)
@wallento
Copy link
Copy Markdown
Owner

Ah, right, thanks for pointing out. Will bump the version for that.

@wallento wallento merged commit 489448d into wallento:master Aug 21, 2020
@wallento
Copy link
Copy Markdown
Owner

This is in 0.6.3 now

@rswarbrick rswarbrick deleted the shifts branch August 25, 2020 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants