summaryrefslogtreecommitdiff
path: root/include.h
blob: 1a521564441ffd9ea30707fe71488f2645a96cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include"stdio.h"
#include"stdint.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
*/