diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-06 15:35:12 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-06 15:35:12 +1000 |
commit | 7b62c20136b2164d392668d0d74b519e9eeb487b (patch) | |
tree | 01fa3c221d7ea590e32076895b24132860d3c9d3 /include.h | |
parent | 98c242def30ae70f327323d65485b41bdbd151b4 (diff) |
shifting towards new structure
Diffstat (limited to 'include.h')
-rw-r--r-- | include.h | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 +*/ + |