mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-19 08:29:48 +00:00
be2b1e7bba
Also, removed "include symbol table" from export dialog. You can exclude the table by removing it from the template, which right now you'd need to do anyway to get rid of the H2 header and other framing. To make this work correctly as an option we'd need to parse the "div" in the template file and strip the whole section, or split the template into multiple parts that get included as needed. Not worth doing the work until we're sure it matters.