added more instructuioins

This commit is contained in:
2026-09-09 13:41:49 -05:00
parent a71d73e19d
commit 0decb483fe
18 changed files with 320 additions and 111 deletions
+5
View File
@@ -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})";