diff options
Diffstat (limited to 'headers/apple.h')
-rw-r--r-- | headers/apple.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/headers/apple.h b/headers/apple.h new file mode 100644 index 0000000..f5cac5c --- /dev/null +++ b/headers/apple.h @@ -0,0 +1,6 @@ +#define MEMORY_SIZE 4096 + +void AppleOn(){ + //Memory = malloc(MEMORY_SIZE); + initInstructionTable(); +}
\ No newline at end of file |