diff options
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,9 +2,7 @@ TESING PHASE Test how stack works. Create a stack position macro. Once all stack commands are certain, push processor status to stack to be able to debug flags. -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. +Make all 6502 related parts even more modular, so as to make it possible to use in other projects if the want arises. |