added more instructuioins
This commit is contained in:
@@ -120,6 +120,11 @@ public class DebugDumper
|
||||
comment = $"Set flag '{tokens[1]}' to false";
|
||||
break;
|
||||
|
||||
// misc
|
||||
case "GIE":
|
||||
comment = $"Get if X ({x}) is equal to Y ({y})";
|
||||
break;
|
||||
|
||||
// Debug
|
||||
case "PRA":
|
||||
comment = $"Print Accumulator ({accumulator})";
|
||||
|
||||
Reference in New Issue
Block a user