#ifndef CPU_CORE_H #define CPU_CORE_H typedef unsigned char byte; typedef unsigned short address; #endif