diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-29 18:04:49 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-29 18:04:49 +1000 |
commit | 138bb8eeb4b67ab17a6d77e7afa9cd265759da0d (patch) | |
tree | bcafea69e68333a5b8b6a2e3263dd1a46b996648 /ToDo | |
parent | 1c30dea63b65c7e117b3fd8ba0140dbf77a0ef73 (diff) |
misc. fixes, finished LDA test.
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ -Before the next commit, this should all be completed. - -Go through instruction.h and fix every instruction to work with data structures +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. @@ -8,7 +8,7 @@ Figure out simple threading in C to run other programs within the same address s - Tests to run + Tests to make LDA/SBC JMP CMP,CPX,CPY |