1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-12 23:29:32 +00:00

Inspired by #7 and #16

Andy McFadden 2018-10-04 10:29:25 -07:00
parent 288d633a38
commit 04028764f1

@ -98,6 +98,10 @@ Contents:
world it would be implemented in C#, but in a file compiled at runtime
rather than hard-coded in. In the current world it should at least be
easier to do.
* Maybe add an "assembler" that just takes the formatting definitions
from the display list and uses that to generate source. Easier than
copy/paste. Unclear how useful this will be in practice, but it'd be
easier than a full "create asm definition from templates".
* Extension script enhancements.
* Generally figure out where these are going. The current implementation