diff options
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -2,7 +2,14 @@ Before the next commit, this should all be completed. Go through instruction.h and fix every instruction to work with data structures - +Link pthreads library, and segregate work into multiple threads. 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.
\ No newline at end of file + + + + Tests to run +LDA/SBC +JMP +CMP,CPX,CPY +stack instructions
\ No newline at end of file |