diff options
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 +*/ + |