Re: A89: number of bits in the 68k :)


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

Re: A89: number of bits in the 68k :)




Internally, the 68k is 32-bit, meaning that it has 32-bit registers.  However,
externally, it is only 16-bit, so I guess what ends up happening is data is
read slower than a true 32-bit processor (like the Pentium), but is processed
faster than a pure 16-bit processor (like the 80286).

Daniel Imfeld