Breakpoints
This commit is contained in:
@@ -115,6 +115,8 @@ namespace PIC_Simulator.PIC
|
||||
public uint[] Register = new uint[0x100];
|
||||
public Stack<uint> Stack = new Stack<uint>();
|
||||
|
||||
public List<int> Breakpoints = new List<int>();
|
||||
|
||||
public PICProgramm()
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user