Beginning to add Program Counter and Stack Pointer

Beginning to add initil Instruction Set
This commit is contained in:
2026-05-31 21:29:23 -04:00
parent a958d11c4e
commit faa7801376
5 changed files with 84 additions and 30 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
namespace CPUSimulation
{
public class MC
public class MC // Memory Controller
{
MemoryBank[] _memoryBanks;