Never assume Macs are big-endian. I found code which uses #ifdef __MAC__ to decide whether byte order swapping is required - that’s just plain wrong.
Porting to Intel II
October 11th, 2005 · No Comments · Programming
Tags: Mac x86
Never assume Macs are big-endian. I found code which uses #ifdef __MAC__ to decide whether byte order swapping is required - that’s just plain wrong.
Tags: Mac x86