blob: 715ba0e504ddfb17d20dc0b3a102aba166ffff3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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.
Tests to make
LDA/SBC
JMP
CMP,CPX,CPY
stack instructions
|