Re: A89: Important question


[Prev][Next][Index][Thread]

Re: A89: Important question




On Tue, May 16, 2000 at 08:22:42 +0200, Zeljko Juric wrote:
> 
> I have very important question which I can't check by myself because
> I have not a graphlink.

No? Then build one! It's easy! :-)

> The question is: what happens on real 68000
> (e.g. on real TI-89) if you tried to jump to the address which is
> greater than 16 MB (note that PC register on 68000 is 24-bit long,
> so the max address is 16 MB)?


I wrote a small test program and found that ...

* The address bus is 24 bits wide, the top 8 bits of *any* address will be
  ignored.

* PC is a true 32 bit register. It remembers the top 8 bits like any address
  register.


/Johan



References: