summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-04-21 01:09:40 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-04-21 01:09:40 +1000
commitc4c28762385c52d0c349da72e3f3bbed64197411 (patch)
tree7e95944cb8c32440280f53b57c1caa62d0b5bb86 /ToDo
parent1bf33140ce7e858ee7fe1a416e7ebfd586f024b3 (diff)
work in progress
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo10
1 files changed, 10 insertions, 0 deletions
diff --git a/ToDo b/ToDo
new file mode 100644
index 0000000..b5c1cc3
--- /dev/null
+++ b/ToDo
@@ -0,0 +1,10 @@
+Before the next commit, this should all be completed.
+
+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