diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-03-23 16:43:07 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-03-23 16:43:07 +1100 |
commit | dae1ec0de59f31b533c225a74019ac77a59c92a1 (patch) | |
tree | c331c6620373678ad8fc3452d2d44b1c1a21c05a /include.h |
first commit I think
Diffstat (limited to 'include.h')
-rw-r--r-- | include.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include.h b/include.h new file mode 100644 index 0000000..de16188 --- /dev/null +++ b/include.h @@ -0,0 +1,4 @@ +#include"stdio.h" +#include"applesystem.h" +#include"addressing.h" +#include"instruction.h"
\ No newline at end of file |