Skip to main content
Home Forums 68kMLA How do soft-switches work? — #8
Post #8 by porter
Source Forum68kMLA
CategoryHardware
Post DateFri, 27 Feb 2009 - 19:44
Original URLhttps://68kmla.org/bb/threads/how-do-soft-switches-work.16717/
Post
Here's a question for which I have not found the answer:
The Apple II, as you should know, has some soft-switches, memory locations which cause some setting to change. My question is: how does this work?
Computers have CPU, memory and IO (input output)

Some CPUs, like Intel family, Z80 etc have different address space for IO devices. Others like Motorola CPUs, 6502 family etc have what is called memory mapped IO, where IO ports appear in the same address space as normal memory.

mp.ls