diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-11 01:39:54 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-11 01:39:54 +1000 |
commit | 2cf25a4fb232939191147896366b0c68d09c985e (patch) | |
tree | 2075a71a91c1a8d0500bbb79c90ed215987846ee /include.h | |
parent | a4a9590148fdae2f656b25dd1d7b442969726c28 (diff) |
WIP on instruction table
Diffstat (limited to 'include.h')
-rw-r--r-- | include.h | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -1,15 +1,6 @@ #include"stdio.h" #include"stdint.h" - +#include"stdlib.h" #include"applesystem.h" - #include"addressing.h" -#include"instruction.h" - - -/* -Programs which may come in handy? -1. Memory dumping utility -2. An external menu for managing the system -*/ - +#include"instruction.h"
\ No newline at end of file |