about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-22 09:03:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-22 09:03:20 -0700
commit4e70cac9984bf1731da052c1509ff16f0783c625 (patch)
tree1258df4cf5f8c37f3d81a96b6710999a3b69e944 /400.mu
parent8bbf7ad4552856cfe27e41b55ab50663dd6365ec (diff)
downloadmu-4e70cac9984bf1731da052c1509ff16f0783c625.tar.gz
.
Diffstat (limited to '400.mu')
-rw-r--r--400.mu3
1 files changed, 3 insertions, 0 deletions
diff --git a/400.mu b/400.mu
index 4d71bd11..4052ea55 100644
--- a/400.mu
+++ b/400.mu
@@ -27,6 +27,9 @@ sig check-strings-equal s: (addr array byte), expected: (addr array byte), msg:
 sig check-stack
 sig show-stack-state
 sig debug-print x: (addr array byte), fg: int, bg: int
+sig debug-print? -> _/eax: boolean
+sig turn-on-debug-print
+sig turn-off-debug-print
 
 # streams
 sig clear-stream f: (addr stream _)