1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-26 11:29:33 +00:00

Add issue #144

Andy McFadden 2023-02-17 21:23:14 -08:00
parent 68f2711e87
commit 38252032bb

@ -390,6 +390,10 @@ Contents:
## Source Code Generation ##
* Add ability to write sections of the file to an external binary file, which
is then referenced with a binary-import pseudo-op. Useful for large binary
chunks like music data that can also be viewed with an appropriate tool.
(See https://github.com/fadden/6502bench/issues/144)
* Provide a way to send extra arguments to the assembler. Might need
to be per-project rather than general asm config.
(Can be done with .BAT; see https://github.com/fadden/6502bench/issues/81)