#ifndef EMUL_MEM__ #define EMUL_MEM__ #define EMUL_MEMSIZE 1024 void add(); int emul_mem_get_word(int address); void emul_mem_set_word(int address, int word); #endif