diff options
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 31 |
1 files changed, 0 insertions, 31 deletions
@@ -1,31 +0,0 @@ -Immediate To Do List -Now that I have decided to pick this back up to finish it off, I have some things which I need to do. - [X] Rewrite the makefile to compile all the files together using the standard make procedure. - -> [ ] Need to figure out what is up with the multiple definitions - [ ] Write out interface.h functions - [X] table.h refuses to play ball with uintptr_t types. - - - - -! ! ! ! ! ! !! ! ! ! ! !! -WE ARE BACK - -- Need to define GetKeyboard events and shtuff for interacting with special memory locations - - - - -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. - -Make all 6502 related parts even more modular, so as to make it possible to use in other projects if the want arises. - - - - Tests to make -LDA/SBC -JMP -CMP,CPX,CPY -stack instructions |