1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-02 20:41:32 +00:00

Updated TO DO List (markdown)

Andy McFadden 2019-08-13 13:34:57 -07:00
parent efb666ddf8
commit 70a21b0e8c

@ -208,8 +208,8 @@ Contents:
* IntelliSense-style completion for symbols and constants. Might be best
with more detailed annotation of constants.
(See https://github.com/fadden/6502bench/issues/28)
* The data operand editor should allow different types of arguments for
"fill" operations, e.g. ".fill 80,'*'" for a line of asterisks.
* The data operand editor should allow different types of arguments for
"fill" operations, e.g. ".fill 80,'*'" for a line of asterisks.
* Analyzer improvements.
* Trace code across indirect jumps, e.g. "JMP (addr)", if we can determine