ARM, the architecture, is endianess agnostic. But AFAIT all major OS run over little-endian processors, including all Windows flavors.
Hernán MF S El 08/05/2013, a las 22:44, Slide <[email protected]> escribió: > Unless Microsoft really wants pain and anguish, they are likely running in > little endian mode. I've never run across an ARM setup that actually runs in > big endian (nor do I want to), so I'm pretty sure its little endian. I'd be > more than willing to test an app on my phone since Windows Phone is crap > anyway, so you couldn't damage it any worse than it is now :-) > > Alex > > > On Wed, May 8, 2013 at 12:54 PM, Jeff Hardy <[email protected]> wrote: >> On Wed, May 8, 2013 at 9:15 AM, Markus Schaber <[email protected]> wrote: >> > Hi, >> > >> > >> > >> > The main problem for now is that I can't test whatever solution we find, >> > because I don't have access to any hardware with non-intel Byte Order and a >> > Microsoft .NET. (I don't want to rely on Mono for this test…) >> >> Is ARM big-endian? If so, any Windows 8 ARM tablet (i.e. Surface RT) >> or Windows Phone should do. Heck, even the emulator might do. It >> shouldn't be too hard to whip up an app that prints those two values, >> and I think Alex has a Windows Phone if he'd be willing to test it. >> >> If ARM is little-endian (or Windows/ARM runs in little-endian mode) >> then I don't think it matters; we'd have to try Mono on a PowerPC or >> something like that. >> >> - Jeff > > > > -- > Website: http://earl-of-code.com > _______________________________________________ > Ironpython-users mailing list > [email protected] > http://mail.python.org/mailman/listinfo/ironpython-users
_______________________________________________ Ironpython-users mailing list [email protected] http://mail.python.org/mailman/listinfo/ironpython-users
