simple virtual-machine (VM).
Computer Science
. Create a simple virtual-machine (VM). Once implemented, the VM will be able to execute the provided 'task1.bin' program image. Executing the provided program images is a two step process. Firstly, the file must be loaded into memory. Once loaded, its contents must then be interpreted as a mix of instructions and data values. As instructions are processed output will be produced as a text file. Please refer to the VM images loading and VM images interpreting procedures (cf. VM Procedures.txt).
For this exercises there is no requirement that you use any specific
Step by step
Solved in 2 steps