about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-22 21:34:39 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-22 21:34:39 -0700
commit3a0446237e255e56202a4f1f9662da64b59a80ab (patch)
tree1c4c9701db1047d972fc6f0a2555958c1879635a /subx/apps
parent61480eb76e3f453dc777925c1196ba3df03ae747 (diff)
downloadmu-3a0446237e255e56202a4f1f9662da64b59a80ab.tar.gz
5218
Diffstat (limited to 'subx/apps')
-rwxr-xr-xsubx/apps/assortbin22506 -> 22514 bytes
-rw-r--r--subx/apps/assort.subx2
-rwxr-xr-xsubx/apps/crenshaw2-1bin19675 -> 19682 bytes
-rwxr-xr-xsubx/apps/crenshaw2-1bbin20234 -> 20241 bytes
-rwxr-xr-xsubx/apps/dquotesbin27186 -> 27193 bytes
-rwxr-xr-xsubx/apps/factorialbin18591 -> 18598 bytes
-rwxr-xr-xsubx/apps/handlebin19418 -> 19426 bytes
-rw-r--r--subx/apps/handle.subx2
-rwxr-xr-xsubx/apps/hexbin22684 -> 22691 bytes
-rwxr-xr-xsubx/apps/packbin37316 -> 37323 bytes
10 files changed, 2 insertions, 2 deletions
diff --git a/subx/apps/assort b/subx/apps/assort
index 9a0c6bbe..a330978f 100755
--- a/subx/apps/assort
+++ b/subx/apps/assort
Binary files differdiff --git a/subx/apps/assort.subx b/subx/apps/assort.subx
index 988f9c1a..2350603b 100644
--- a/subx/apps/assort.subx
+++ b/subx/apps/assort.subx
@@ -885,7 +885,7 @@ $get-or-insert-segment:end:
 $get-or-insert-segment:abort:
     # . _write(2/stderr, error)
     # . . push args
-    68/push  "get-or-insert-segment: too many segments"/imm32
+    68/push  "get-or-insert-segment: too many segments\n"/imm32
     68/push  2/imm32/stderr
     # . . call
     e8/call  _write/disp32
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index 4c15f534..04957ac1 100755
--- a/subx/apps/crenshaw2-1
+++ b/subx/apps/crenshaw2-1
Binary files differdiff --git a/subx/apps/crenshaw2-1b b/subx/apps/crenshaw2-1b
index 4f629ee2..660d69e9 100755
--- a/subx/apps/crenshaw2-1b
+++ b/subx/apps/crenshaw2-1b
Binary files differdiff --git a/subx/apps/dquotes b/subx/apps/dquotes
index 1d5688e2..47b3b7d7 100755
--- a/subx/apps/dquotes
+++ b/subx/apps/dquotes
Binary files differdiff --git a/subx/apps/factorial b/subx/apps/factorial
index af0ddc65..3c3942a3 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differdiff --git a/subx/apps/handle b/subx/apps/handle
index e1900e47..5b1156a6 100755
--- a/subx/apps/handle
+++ b/subx/apps/handle
Binary files differdiff --git a/subx/apps/handle.subx b/subx/apps/handle.subx
index 39bbf501..f64d8ee1 100644
--- a/subx/apps/handle.subx
+++ b/subx/apps/handle.subx
@@ -231,7 +231,7 @@ lookup:  # h : (handle T) -> EAX : (address T)
 $lookup:abort:
     # . _write(2/stderr, msg)
     # . . push args
-    68/push  "lookup failed"/imm32
+    68/push  "lookup failed\n"/imm32
     68/push  2/imm32/stderr
     # . . call
     e8/call  _write/disp32
diff --git a/subx/apps/hex b/subx/apps/hex
index 5bf09dcc..8a2f240a 100755
--- a/subx/apps/hex
+++ b/subx/apps/hex
Binary files differdiff --git a/subx/apps/pack b/subx/apps/pack
index c72f538a..fed8a27f 100755
--- a/subx/apps/pack
+++ b/subx/apps/pack
Binary files differ