Re: Possible Mac OS Bug with FIX. [message #44027 is a reply to message #44026] |
Wed, 11 May 2005 11:45   |
Foldy Lajos
Messages: 268 Registered: October 2001
|
Senior Member |
|
|
From Wikipedia (endianness):
To summarize, here is the default endian-formats of some common computer architectures:
* Pure big-endian: Sun SPARC, Motorola 68000, PowerPC 970, IBM System/360
* Bi-endian, running in big-endian mode by default: MIPS running IRIX, PA-RISC, most POWER
and PowerPC systems
* Bi-Endian, running in little-endian mode by default: MIPS running Ultrix, most DEC Alpha,
IA-64 running Linux
* Pure little-endian: Intel x86, AMD64, DEC VAX (excluding D-Float numbers)
So x86/linux, x86/windoz is little-endian, Mac is big-endian.
regards,
lajos
On Wed, 11 May 2005, David Fanning wrote:
>
> Is a Macintosh a big or little endian machine?
>
> Cheers,
>
> David
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
>
|
|
|