Xref: utzoo comp.unix.questions:20037 comp.unix.wizards:20667 Path: utzoo!attcan!telly!eci386!jmm From: jmm@eci386.uucp (John Macdonald) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: Help-Bus Errors Message-ID: <1990Feb19.214719.1237@eci386.uucp> Date: 19 Feb 90 21:47:19 GMT References: <1810@lzga.ATT.COM> <1990Feb10.192028.16025@eddie.mit.edu> <22598@mimsy.umd.edu> Reply-To: jmm@eci386.UUCP (John Macdonald) Organization: R. H. Lathwell Associates: Elegant Communications, Inc. Lines: 22 Wow, a chance to pick nits on Chris Torek... In article <22598@mimsy.umd.edu> chris@mimsy.umd.edu (Chris Torek) writes: | In article <1990Feb10.192028.16025@eddie.mit.edu> aryeh@eddie.mit.edu | (Aryeh M. Weiss) writes: | [lots of good stuff] | >SIGBUS errors are quite machine dependent ... [but include, e.g.,] | >reference an odd address with a word oriented instruction ... on Vaxes | >and 68000's .... | | As someone else already mentioned, VAXen do not care about address | alignment except for speed (aligned operands are somewhat faster). | 68000 and 68010 CPUs do; 68020 and 68030 CPUs do not; [ ... ] ^^^^^ On the 68020, only data references can be unaligned (and slow); code words must have even alignment or the fetch fails. I would guess that the 68030 is the same, but I've never checked. -- Algol 60 was an improvment on most | John Macdonald of its successors - C.A.R. Hoare | jmm@eci386