Added Bitadd element function.
[CS-101.git] / TODO
blobc3187f4f7f7bd9da1d60a469866481856636ef64
1 --------------------------DIGITAL LOGIC SIMULATOR------------------------------
3 Globally set look and feel of gates, inputs and outputs.
5 Add ability to pan (zoom?) stage.
7 Save stage to cookie in browser.
9 Option to write gate names as a hint.
11 Clock phase not drawn properly when clock running.
13 Clock speed does not change until clock is restarted.
15 Need central place for input and output values to be stored. Then draw based on this data.
17 Draw stage needs to completely re-draw all elements
18 beginning with clearing current stage.
21 --------------------------TURING TARPIT SIMULATOR------------------------------
23 Need method to load/save code for later use.
25 Need stop button that works with endless loops. (Could pause program to allow button click?)
27 Step back button not fully implemented.
29 As code runs you cannot always see current instruction in code window.