per the Intel Pentium Processor Users Manual, section 1.3.1 "The Pentium processor is a "little endian" machine." The program in question has the algorithm incorrect, a long in little endian would look like: 0x01 0x00 0x00 0x00 the least significant byte comes first in the memory space. Brian Moffet To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Byte order? Alex Koshterek
- Re: Byte order? Thomas Moestl
- Re: Byte order? Alex Koshterek
- Re: Byte order? Peter Pentchev
- Re: Byte order? Alex Koshterek
- Re: Byte order? Kim Deokhwan
- Re: Byte order? Brian D. Moffet
- Re: Byte order? Soren Schmidt
- Re: Byte order? Richard Hodges