Path: utzoo!attcan!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!ucbvax!BROWNVM.BITNET!ST702174 From: ST702174@BROWNVM.BITNET (Dan Bornstein) Newsgroups: comp.sys.apple Subject: MSB Confusion! Message-ID: <8811221902.aa26542@SMOKE.BRL.MIL> Date: 22 Nov 88 23:59:07 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 From my machine language experience, I know for a fact that the Apple II line/ 65xx series processors store integers with the Least Significant Byte (LSB) first. I would assume that higher level number formats (like longints for example) would also be stored that way, because it would be easier to implement (you can use direct (not reversed) loads and stores). On an aside, the Mac line/ 68xxx series uses the MSB first. I hope that (finally) clears things up... -dan