From 7b62c20136b2164d392668d0d74b519e9eeb487b Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Thu, 6 Apr 2023 15:35:12 +1000 Subject: shifting towards new structure --- include.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'include.h') 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 +*/ + -- cgit v1.2.3