All About Bit Rotation
#2
(08-28-2019, 03:34 PM)Vega Wrote: We know the Mask Hex value for this would be 0xFFFFFFF8. So you would think that Dolphin would display this as.. r0, r5, 3, 0, 28 (0xFFFFFFF8), but it doesn't. Dolphin will display the Mask Hex value as 1FFFFFFF. I have no idea why Dolphin does this.
I think the issue is the different bit numbering in big and little endian systems. In big endian systems, bit 0 is is MSB (0x80000000), and in little endian systems it is LSB (0x1).
Reply


Messages In This Thread
All About Bit Rotation - by Vega - 08-28-2019, 03:34 PM
RE: All About Bit Rotation - by Wiimm - 04-26-2021, 02:40 PM
RE: All About Bit Rotation - by Vega - 05-01-2021, 05:32 PM
RE: All About Bit Rotation - by Seeky - 05-01-2021, 06:28 PM
RE: All About Bit Rotation - by Vega - 05-01-2021, 06:50 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)