Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!mit-eddie!ll-xn!cit-vax!elroy!smeagol!usc-oberon!sdcrdcf!trwrb!felix!fritz!dennisg From: dennisg@fritz.UUCP Newsgroups: comp.sys.m68k Subject: Re: Byte ordering, and pros/cons Message-ID: <2784@fritz.UUCP> Date: Tue, 9-Dec-86 20:20:26 EST Article-I.D.: fritz.2784 Posted: Tue Dec 9 20:20:26 1986 Date-Received: Sun, 14-Dec-86 02:09:15 EST References: <1271@ihwpt.UUCP> <16900001@clio> <2758@gitpyr.gatech.EDU> Reply-To: dennisg@fritz.UUCP (Dennis Griesser) Organization: FileNet Corp., Costa Mesa, CA Lines: 13 In article <2758@gitpyr.gatech.EDU> jkg@gitpyr.UUCP (Jim Greenlee) writes: >do all the swapping :-). I honestly don't see what difference it makes - >I mean, after all, both schemes work, don't they? Both schemes do work, in isolation. The problem is when a network has both types of machines on it. Somebody is going to have to incur the penalty for swapping. Do you want it to be your machine? Of course the cost could be time, by doing the swap in software. Or you can do it in silicon and copper... and the box is more expensive. And if you aren't talking on a network, you still have the problem of integrating a spiffy big-endian peripheral chip with that little-endian CPU you have.