summaryrefslogtreecommitdiff
path: root/include.h
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-04-06 15:35:12 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-04-06 15:35:12 +1000
commit7b62c20136b2164d392668d0d74b519e9eeb487b (patch)
tree01fa3c221d7ea590e32076895b24132860d3c9d3 /include.h
parent98c242def30ae70f327323d65485b41bdbd151b4 (diff)
shifting towards new structure
Diffstat (limited to 'include.h')
-rw-r--r--include.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include.h b/include.h
index de16188..e4c3ee2 100644
--- a/include.h
+++ b/include.h
@@ -1,4 +1,13 @@
#include"stdio.h"
#include"applesystem.h"
+#include"instruction-init.h"
#include"addressing.h"
-#include"instruction.h" \ No newline at end of file
+#include"instruction.h"
+
+
+/*
+Programs which may come in handy?
+1. Memory dumping utility
+2. An external menu for managing the system
+*/
+