mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-03 05:49:48 +00:00
8c5509d69d
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. |
||
---|---|---|
.. | ||
images | ||
sgmanual | ||
sgtutorial | ||
block-repl.py | ||
CNAME | ||
incl-footer.html | ||
incl-head.html | ||
incl-masthead.html | ||
incl-topnav.html | ||
index.html | ||
main.css | ||
README.md |
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.