Skip to main content
Home Forums 68kMLA Mac plus ROM in a 512k question — #4
Post #4 by H3NRY
Source Forum68kMLA
CategoryTroubleshooting
Post DateMon, 12 Apr 2010 - 02:08
Original URLhttps://68kmla.org/bb/threads/mac-plus-rom-in-a-512k-question.20381/
Post
A0 is called UDS (Upper Data Select) and LDS (Lower Data Select) at the 68000 chip. That way, it can read either byte singly or both together. You're right, A0 as such doesn't usually appear naked on CPUs beyond 8-bits. By extension, 32-bit 68020s read 4 bytes at a time, so A0 and A1 are somewhat hidden.

mp.ls