about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-01-05 01:07:37 -0800
committerKartik Agaram <vc@akkartik.com>2019-01-05 01:07:37 -0800
commit2eb174d697df06b303c45fb145b1434305a6ed5e (patch)
tree8a362f4369975737694cb2d063eabc1754a225fe /subx/apps
parentaa96ac23a626310242684d0ab510d0df358af179 (diff)
downloadmu-2eb174d697df06b303c45fb145b1434305a6ed5e.tar.gz
4908
Fix CI.

a) Update canonical binaries.
b) Fix an out-of-bounds access in `clear-stream`. This also required supporting
   a new instruction in `subx run` to load an imm8 into rm8.
Diffstat (limited to 'subx/apps')
-rwxr-xr-xsubx/apps/crenshaw2-1bin8241 -> 8720 bytes
-rwxr-xr-xsubx/apps/crenshaw2-1bbin8800 -> 9279 bytes
-rwxr-xr-xsubx/apps/factorialbin7159 -> 7638 bytes
-rwxr-xr-xsubx/apps/handlebin7952 -> 8431 bytes
-rwxr-xr-xsubx/apps/hexbin11755 -> 12234 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index 5a28117c..efb462ec 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 46a26183..e6dceafa 100755
--- a/subx/apps/crenshaw2-1b
+++ b/subx/apps/crenshaw2-1b
Binary files differdiff --git a/subx/apps/factorial b/subx/apps/factorial
index 679feb71..ac02aca4 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differdiff --git a/subx/apps/handle b/subx/apps/handle
index 7bc762e4..17cdcc8f 100755
--- a/subx/apps/handle
+++ b/subx/apps/handle
Binary files differdiff --git a/subx/apps/hex b/subx/apps/hex
index 93c9f27f..8680176c 100755
--- a/subx/apps/hex
+++ b/subx/apps/hex
Binary files differ