Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Motorola 68000
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Address bus=== The 68000 has a 24-bit external address bus and two byte-select signals "replaced" A0. These 24 lines can therefore address 16 MB of physical memory with byte resolution. Address storage and computation uses 32 bits internally; however, the 8 high-order address bits are ignored due to the physical lack of device pins. This allows it to run software written for a logically flat 32-bit [[address space]], while accessing only a 24-bit physical address space. <!-- "By modern definition (ref?) this meant that the 68000 was a 32-bit microprocessor." That means an 8080 or 6809 is a 16-bit processor? Most definitions of bitness use internal bus size or instruction types. The 68000 used unparalleled 16 bit internal bus and 3 16-bit ALU: 2 ALUs for Data Registers and 1 ALU for Addresses.--><!-- The 68000 could be described as 32/32-bit CPU, having 32-bit registers and a 32-bit logical address space; likewise, the 8080 is an 8/16-bit (or 8/16/16-bit) CPU, and the 6502/6800/6809 are 8/16-bit CPUs. --> Motorola's intent with the internal 32-bit address space was forward compatibility, making it feasible to write 68000 software that would take full advantage of later 32-bit implementations of the 68000 instruction set.<ref name="Starnes" /> However, this did not prevent programmers from writing forward incompatible software. "24-bit" software that discarded the upper address byte, or used it for purposes other than addressing, could fail on 32-bit 68000 implementations. For example, early (pre-7.0) versions of Apple's [[Classic Mac OS|Mac OS]] used the high byte of memory-block master pointers to hold flags such as ''locked'' and ''purgeable''. Later versions of the OS moved the flags to a nearby location, and Apple began shipping computers which had "[[32-bit clean]]" ROMs beginning with the release of the 1989 Mac IIci. The 68000 family stores multi-byte integers in memory in [[endianness|big-endian]] order.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Motorola 68000
(section)
Add topic