commit c543827b7695b311bcfb01e11b19bf2964d2ec5d
parent 8d90298e572cad76d7dd4bd3fedb8b11849c389e
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date: Mon, 5 Jun 2023 19:06:13 +0100
(asma) Correct exit status from software/asma.tal runs.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/software/asma.tal b/projects/software/asma.tal
@@ -37,7 +37,7 @@
&run
;asma-heap LIT2 &output-file $2 ;asma-assemble-file JSR2
- #01 .System/halt DEO
+ #80 .System/halt DEO
BRK
~projects/library/asma.tal