From c543827b7695b311bcfb01e11b19bf2964d2ec5d Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Mon, 5 Jun 2023 19:06:13 +0100 Subject: [PATCH] (asma) Correct exit status from software/asma.tal runs. --- projects/software/asma.tal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/software/asma.tal b/projects/software/asma.tal index d01affb..562310a 100644 --- 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