Skip to content
  • Home

Tag: 74LS139

Posted on April 26, 2021July 22, 2022

6502: Memory Map and Address Decoder

The 6502 microprocessor can address a 64k byte range. As a system designer you must split this address space between RAM, ROM and I/O according to your requirements. My first 6502 build, which followed Ben Eater’s 6502 computer project, used a straight forward memory map with 16k bytes of RAM (address range $0000-$3FFF), 32k bytes …

Continue reading “6502: Memory Map and Address Decoder”

Recent Articles

  • 65816: Running C-based Code Outside Bank 0 on the 65816
  • 65816: Running C-based Code on the 65816
  • C Coding: Tripped Up by a Carraige Return
  • 6502: View C Function Local Variables in db65xx
  • 6502: Debugging the Sieve of Eratosthenes with the VS Code db65xx Debugging Extension

Admin

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Privacy Policy Terms and Conditions Contact Us
Copyright © 2020-2023 TRobertson