Is there a way to reverse bits in mips?
For example turning 00110101 into 10101100
I have tried rotating it a certain amount but that does not seem to result in the reverse of the bits. Any help would be appreciated!
Is there a way to reverse bits in mips?
For example turning 00110101 into 10101100
I have tried rotating it a certain amount but that does not seem to result in the reverse of the bits. Any help would be appreciated!