I'm designing an Instruction Set Simulator in C++, which is comprised of classes for the CPU, memory and the instruction set itself. I am currently trying to design my memory class, which will consist of the I'm designing an Instruction Set Simulator in C