TheEmeraldBee / UVSim

CS-2450 UVSim Project
1 stars 0 forks source link

VM Implementation #6

Closed TheEmeraldBee closed 1 week ago

TheEmeraldBee commented 1 week ago

The VM should store an instance of the CPU, an instance of the ProgramMemory, and an instance of the Accumulator. It should also be able to parse a string of input into a Instruction.