summaryrefslogtreecommitdiff
path: root/ToDo
blob: 97814cac65c74984792534a5a632101f18691e9e (plain)
1
2
3
4
5
6
7
8
Before the next commit, this should all be completed.

Go through instruction.h and fix every instruction to work with data structures



Figure out simple threading in C to run other programs within the same address space. Perhaps use this to let the emulator run as an engine, which is interfaced by swappable clients, such as the SDL terminal emulator, terminal, and instruction interpreter clients.
	Following on from this, functions like a computer hard reset may be useful.