mirror of
https://github.com/fadden/6502bench.git
synced 2025-08-08 13:25:26 +00:00
The tutorial was creating a new address region at +000002 without removing the previous one, which leaves the 16-bit file load address sitting at $1000 when it should be non-addressable. The text now shows the correct procedure. Some screen shots had to be recaptured to show the greyed-out address field. This doesn't change anything meaningful about the disassembly -- the PRG optimization hides the region start/end markers either way -- but it's more correct this way, and it's an opportunity to introduce the use of non-addressable regions for file headers.
This is the project web site, served through GitHub Pages. The URL https://6502bench.com/ is mapped here. Any change checked in to this part of the tree is (almost) immediately visible on the web.
Many of the pages share common elements: masthead, top nav bar, side nav bar, and footer. These are inserted by a Python script (block-repl.py) that must be run whenever one of the "-incl" files changes.