__rlwinm weirdness
__rlwinm weirdness
- Subject: __rlwinm weirdness
- From: Mark Thomas <email@hidden>
- Date: Fri, 17 Feb 2006 21:46:56 +0000
- Organization: Coderus Ltd
Hi,
Moving some code over from CodeWarrior, and the follow
result = __rlwinm( theValue,8, 0, 31 )
Doesn't work the same if compiled on CodeWarrior as if theValue =
0x11223344, result will be 0x22334411.
But if I execute the same code in Xcode and debugging the same thing
doesn't happen which is weird, any reason why ?
Thanks
Mark.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden