diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-21 16:12:16 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-21 16:12:16 +1000 |
commit | 83e8a4494741e6257b18267a58fe8ae342e3229f (patch) | |
tree | 001d5094f713118834e9a0fb5313df4cf40ecc7a /ToDo | |
parent | ae800796cdcce21c561bcbfbc96b29efe4d39a0b (diff) |
changed dirs, now testing instructions.
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -1,12 +1,8 @@ Before the next commit, this should all be completed. -First and foremost, make sure reading is possible. +Go through instruction.h and fix every instruction to work with data structures + + -Create the makefile. -Fix directory structures and header files before it gets even messier. -Delete unnecessary files. -Fix up the instruction dump file. -Expand the names of any acronyms, like IT 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. -Unstage a.out.
\ No newline at end of file + Following on from this, functions like a computer hard reset may be useful.
\ No newline at end of file |