about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-01-06 12:51:49 -0800
committerKartik Agaram <vc@akkartik.com>2019-01-06 12:52:33 -0800
commitaff782c4293e0c471505743575a1a0683a7ed096 (patch)
tree1cd15a0d670764bba76e91731085ec922898ec74 /subx/apps
parent458ee5e354fa55e770696fb19054d4c6bb60ead6 (diff)
downloadmu-aff782c4293e0c471505743575a1a0683a7ed096.tar.gz
4911
Diffstat (limited to 'subx/apps')
-rwxr-xr-xsubx/apps/crenshaw2-1bin8720 -> 9157 bytes
-rwxr-xr-xsubx/apps/crenshaw2-1bbin9279 -> 9716 bytes
-rwxr-xr-xsubx/apps/factorialbin7638 -> 8075 bytes
-rwxr-xr-xsubx/apps/handlebin8431 -> 8868 bytes
-rwxr-xr-xsubx/apps/hexbin12234 -> 12671 bytes
-rw-r--r--subx/apps/pack.subx1
6 files changed, 0 insertions, 1 deletions
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index efb462ec..20ac912a 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 e6dceafa..37145d9c 100755
--- a/subx/apps/crenshaw2-1b
+++ b/subx/apps/crenshaw2-1b
Binary files differdiff --git a/subx/apps/factorial b/subx/apps/factorial
index ac02aca4..c05e588f 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differdiff --git a/subx/apps/handle b/subx/apps/handle
index 17cdcc8f..d6d0a7f5 100755
--- a/subx/apps/handle
+++ b/subx/apps/handle
Binary files differdiff --git a/subx/apps/hex b/subx/apps/hex
index 8680176c..932a3ceb 100755
--- a/subx/apps/hex
+++ b/subx/apps/hex
Binary files differdiff --git a/subx/apps/pack.subx b/subx/apps/pack.subx
index da9fe66f..1cf57867 100644
--- a/subx/apps/pack.subx
+++ b/subx/apps/pack.subx
@@ -122,7 +122,6 @@ $main:end:
 
 # helpers:
 #   new-stream(length int, elemsize int) -- allocate length*elemsize bytes, initialize first word with length*elemsize
-#   clear-stream(array) -- skip length, clear length bytes after
 #   read-line(in : &buffered-file, line : stream byte, err : &buffered-file, ed : &exit-descriptor)
 #   next-word(line : stream byte, out : &slice)
 #     responsible for skipping whitespace and comments