1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-02 04:29:28 +00:00
6502bench/docs
Andy McFadden 8c5509d69d Update "digging deeper" tutorial
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.
2021-11-14 11:20:48 -08:00
..
images
sgmanual Tweak address region edit dialog 2021-10-20 09:06:53 -07:00
sgtutorial Update "digging deeper" tutorial 2021-11-14 11:20:48 -08:00
block-repl.py Add "suggestions" page to tutorial 2021-08-03 15:09:23 -07:00
CNAME
incl-footer.html Tweak web page include structure 2021-07-10 18:48:42 -07:00
incl-head.html Tweak web page include structure 2021-07-10 18:48:42 -07:00
incl-masthead.html Tweak web page include structure 2021-07-10 18:48:42 -07:00
incl-topnav.html Tweak web page include structure 2021-07-10 18:48:42 -07:00
index.html Tweak web page include structure 2021-07-10 18:48:42 -07:00
main.css Don't strip topnav on narrow devices 2021-06-23 13:32:04 -07:00
README.md Update README 2021-06-08 13:14:14 -07:00

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.