1 2 3 4 5 6 7 8 9
#ifndef CPU_CORE_H #define CPU_CORE_H typedef unsigned char byte; typedef unsigned short address; #endif