1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-07 08:55:00 +00:00
6502bench/SourceGen/RuntimeData/Help
Andy McFadden cd23580cc5 Add junk/align directives
Sometimes there's a bunch of junk in the binary that isn't used for
anything.  Often it's there to make things line up at the start of
a page boundary.

This adds a ".junk" directive that tells the disassembler that it
can safely disregard the contents of a region.  If the region ends
on a power-of-two boundary, an alignment value can be specified.

The assembly source generators will output an alignment directive
when possible, a .fill directive when appropriate, and a .dense
directive when all else fails.  Because we're required to regenerate
the original data file, it's not always possible to avoid generating
a hex dump.
2019-10-18 21:00:28 -07:00
..
advanced.html Fix constants declared with MULTI_MASK 2019-10-18 16:19:42 -07:00
analysis.html Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
codegen.html Change how the "quick set" settings work 2019-10-11 17:39:52 -07:00
editors.html Add junk/align directives 2019-10-18 21:00:28 -07:00
end-notes.html Clean up HTML in manual 2018-10-09 10:04:10 -07:00
index.html Minor fixes 2019-09-27 13:43:58 -07:00
intro.html Add junk/align directives 2019-10-18 21:00:28 -07:00
main.css Initial file commit 2018-09-28 10:05:11 -07:00
mainwin.html Add "find previous" 2019-10-09 17:47:07 -07:00
settings.html Rename button text 2019-10-13 15:21:05 -07:00
tools.html Update documentation 2019-08-18 17:16:44 -07:00
tutorials.html Change how the "quick set" settings work 2019-10-11 17:39:52 -07:00