From c4c28762385c52d0c349da72e3f3bbed64197411 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Fri, 21 Apr 2023 01:09:40 +1000 Subject: work in progress --- ToDo | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ToDo (limited to 'ToDo') 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 -- cgit v1.2.3