1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-15 13:32:18 +00:00
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
..
2019-10-18 21:00:28 -07:00
2019-10-18 21:00:28 -07:00
2019-10-18 21:00:28 -07:00
2019-10-07 15:42:40 -07:00
2019-10-18 21:00:28 -07:00
2019-09-06 13:47:23 -07:00
2019-07-20 17:36:12 -07:00
2019-10-08 13:32:14 -07:00
2019-10-12 17:23:32 -07:00
2019-10-18 21:00:28 -07:00
2019-10-12 17:23:32 -07:00
2019-10-18 21:00:28 -07:00
2019-10-10 11:57:36 -07:00
2019-10-18 21:00:28 -07:00
2019-10-18 21:00:28 -07:00
2019-10-12 17:23:32 -07:00