Closed 9names closed 6 months ago
I did try to add a panic on bit_count == 0, but it breaks existing tests.
I did try to add a panic on bit_count == 0, but it breaks existing tests.
That actually pointed to another bug in the handling of bit_count: The instruction decoder took a value of 0 literally, instead of interpreting it as 32. I fixed that in #58 and added the panic for bit_count == 0.
Thanks, glad you worked it out (I'll have to read your fix). I'll close this PR since you've got it covered
Replaces #58 Fixes #57