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.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
29 | 30 | 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 | 1 | 2 |