blob: a0775863d41a183e9e5e2c5b760f91e7f30c0510 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
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
|