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

Updated TO DO List (markdown)

Andy McFadden 2021-08-13 17:08:13 -07:00
parent 88c45e8295
commit 113c4c80f2

@ -536,3 +536,7 @@ Contents:
quickly jump to an instruction by hex opcode or mnemonic.
(See https://github.com/fadden/6502bench/issues/61)
* Add "set-label" and "set-operand-symbol" to SGEC.
* Add a timer that counts the amount of time a project has been open. The
idea is to get a general sense for how much work has been put into a
disassembly, so the timer would need to pause when no input events have
been received for a certain period of time.