[net.micro.68k] Pre-fetch: fixed in 68020

gnu@sun.uucp (John Gilmore) (07/11/85)

>                                         ...the last two bytes of
> memory contained an RTS (return from subroutine). When this
> instruction was executed the fault occurred because the 68K prefetches
> 2 to 4 bytes ahead of where it's executing.

This is fixed in the 68020.  The processor will only take a bus error
on a prefetch if it actually uses the instruction that it tried to
fetch.  If the memory cycle that got the bus error ends up not being used,
no bus error trap occurs.

Thanks for listening, Motorola...