The 68000 has a 24-bit external address and two byte-select signals "replaced" A0. These 24 lines can therefore reach 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. 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.[2]
The 68000 family stores multi-byte binary integers in memory in big-endian order.