about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps')
-rwxr-xr-xsubx/apps/crenshaw2-1bin6980 -> 7509 bytes
-rw-r--r--subx/apps/crenshaw2-1.subx2
-rwxr-xr-xsubx/apps/crenshaw2-1bbin7541 -> 8070 bytes
-rw-r--r--subx/apps/crenshaw2-1b.subx2
-rwxr-xr-xsubx/apps/factorialbin5871 -> 6400 bytes
5 files changed, 2 insertions, 2 deletions
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index 81739421..fbe0c10a 100755
--- a/subx/apps/crenshaw2-1
+++ b/subx/apps/crenshaw2-1
Binary files differdiff --git a/subx/apps/crenshaw2-1.subx b/subx/apps/crenshaw2-1.subx
index 25926b0e..25bc897b 100644
--- a/subx/apps/crenshaw2-1.subx
+++ b/subx/apps/crenshaw2-1.subx
@@ -211,7 +211,7 @@ get-num:  # in : (address buffered-file), out : (address stream), err : fd or (a
     #   ESI : in
     #   EDI : out
     #   EAX : temp
-    #   ECX : out->write
+    #   ECX : out->write (persisted back at end)
     #   EDX : out->length
     #   EBX : temp2
     # We can't allocate Look to a register because it gets written implicitly in
diff --git a/subx/apps/crenshaw2-1b b/subx/apps/crenshaw2-1b
index 9975fd8c..fecd6c39 100755
--- a/subx/apps/crenshaw2-1b
+++ b/subx/apps/crenshaw2-1b
Binary files differdiff --git a/subx/apps/crenshaw2-1b.subx b/subx/apps/crenshaw2-1b.subx
index d692d154..eec78f85 100644
--- a/subx/apps/crenshaw2-1b.subx
+++ b/subx/apps/crenshaw2-1b.subx
@@ -216,7 +216,7 @@ get-num:  # in : (address buffered-file), out : (address stream), err : fd or (a
     #   ESI : in
     #   EDI : out
     #   EAX : temp
-    #   ECX : out->write
+    #   ECX : out->write (persisted back at end)
     #   EDX : out->length
     #   EBX : temp2
     # We can't allocate Look to a register because it gets written implicitly in
diff --git a/subx/apps/factorial b/subx/apps/factorial
index 35405339..83dab085 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differ