From a11980fe90fe62588fdf8103d9ef418283b3fd27 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Sat, 5 Aug 2023 05:32:54 +1000 Subject: major refactor; doesn't compile (see ToDo) --- ToDo | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index f9c8377..890359f 100644 --- a/ToDo +++ b/ToDo @@ -1,6 +1,17 @@ +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. + + + + + 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. +[ ] 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. -- cgit v1.2.3