From f86d973b2f5318b5e761e2f682c2aa57d61eb0d6 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Thu, 27 Apr 2023 11:19:33 +1000 Subject: Major progress on interpreter --- ToDo | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 97814ca..08a54d0 100644 --- a/ToDo +++ b/ToDo @@ -2,7 +2,14 @@ Before the next commit, this should all be completed. Go through instruction.h and fix every instruction to work with data structures - +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. - Following on from this, functions like a computer hard reset may be useful. \ No newline at end of file + + + + Tests to run +LDA/SBC +JMP +CMP,CPX,CPY +stack instructions \ No newline at end of file -- cgit v1.2.3