1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-05 23:30:20 +00:00
6502bench/docs/sgtutorial
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 Update "digging deeper" tutorial 2021-11-14 11:20:48 -08:00
about-disasm.html
address-tables.html
advanced-topics.html
digging-deeper.html Update "digging deeper" tutorial 2021-11-14 11:20:48 -08:00
editing-data.html
extension-scripts.html
generating-code.html
incl-sidenav.html
index.html
inline-data.html
labels-symbols.html
local-variables.html
making-edits.html
moving-around.html
odds-ends.html
prevnext.py
string-formatting.html
suggestions.html
using-sourcegen.html
visualizations.html