MEMSIZE            50 a.cpp          	CMemory * pMem = new CMemory(MEMSIZE);
MEMSIZE           217 assemble.cpp   #ifndef MEMSIZE
MEMSIZE           220 assemble.cpp   unsigned char g_ucBytes[MEMSIZE];	// filled by code handlers
MEMSIZE           538 assemble.cpp           	g_pCMemory  = new CMemory(MEMSIZE,g_szFileNameBIN);
MEMSIZE            50 d.cpp          	CMemory mem(MEMSIZE);
MEMSIZE            51 f.cpp          	CMemory mem(MEMSIZE);
MEMSIZE            57 l8085.cpp      	CMemory * pMem = new CMemory(MEMSIZE);
MEMSIZE            80 lhex.cpp       	CMemory * pMem = new CMemory(MEMSIZE);
MEMSIZE            49 lz80.cpp       	CMemory * pMem = new CMemory(MEMSIZE);
MEMSIZE            50 m.cpp          	CMemory mem(MEMSIZE);
MEMSIZE            31 memory.hpp     	unsigned char m_memory[MEMSIZE];
MEMSIZE           127 memory.hpp     	fwrite(m_memory,MEMSIZE,1,fd);
MEMSIZE            49 sb.cpp         	CMemory mem(MEMSIZE);
MEMSIZE            61 shex.cpp       	CMemory * pMem = new CMemory(MEMSIZE);
MEMSIZE            66 shex.cpp       	for(int o=0;o<MEMSIZE;o+=16) {
MEMSIZE            49 sw.cpp         	CMemory mem(MEMSIZE);