In this part of the assignment, your task is to implement a VC Program Loader and a Step-Through Debugger.

computer science

Description


Part 2: Virtual Computer Program Loader & Step-Through Debugger

 

In this part of the assignment, your task is to implement a VC Program Loader and a Step-Through Debugger. Use Visual Studio 2019 with C# to implement the Program Loader and Step-Through Debugger as a Windows-based Graphical User Interface (GUI) application. The GUI should include TextBoxes to display the Register values and a GridView to display the VC memory. Values in memory should be stored in an ASCII text file with each memory location/memory value pair on a line together. This ASCII text file represents the VC Virtual Memory component.

 

Virtual Computer Virtual Memory ASCII File Example


Instruction Files

Related Questions in computer science category