[net.micro.68k] upper 8 bits on *68020*

larry@hpfclg.UUCP (larry) (03/26/85)

Using the top 8 bits of the program counter of the 68020 is not
as good a thing to do as on the 68000.  It will work if you just
don't connect those address lines, but, if I'm not mistaken
(it's happened before), the on chip cache uses all 32 bits of the
address.  If the upper 8 bits aren't really used for address,
there will be fewer cache hits, and lower performance.  How much
lower, of course, depends on how often those upper 8 bits change.

Larry Fenske
{hplabs, ihnp4}!hpfcla!larry-f