Path: utzoo!attcan!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!ucbvax!HUB.UCSB.EDU!bfox%eagle From: bfox%eagle@HUB.UCSB.EDU (Brian Fox) Newsgroups: comp.sys.apple Subject: Long and short integers Message-ID: <8811230134.AA26468@hub.ucsb.edu> Date: 23 Nov 88 01:33:46 GMT References: <8811221659.AA15060@hub.ucsb.edu> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: bfox%cornu@hub.ucsb.edu Organization: The Internet Lines: 19 Boy, is my face red! I said: In the Apple, the MSB is the leftmost bit in the byte. That is correct. If you need several bytes worth of bits to represent a large number, then the byte at the lowest memory address contains the MSB (and in fact, is known as the Most Significant Byte). That is incorrect. The Apple stores the least significant byte at the lower address. Sorry, Brian Fox