Zolatron: 6502 address decoding

This was something I’d always wondered. When you have data on a bus, how do you ensure it’s read by the device that needs it, and only that device? And when you read data from a device into the microprocessor, how does the processor read data only from that device? What we’re about to embark on here is address decoding…. Read more »