about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-02-27 21:28:02 -0800
committerKartik Agaram <vc@akkartik.com>2020-02-27 21:28:02 -0800
commit17c46e0b8c414f20d828e7c06580f7594bf22436 (patch)
tree2fae87d5a48c8fda8db60793e1a3414b9835a1a0 /apps
parent067e1d510293b761b89eb0c9fb1b1b6cb754c4c2 (diff)
downloadmu-17c46e0b8c414f20d828e7c06580f7594bf22436.tar.gz
6064
Fix CI.
Diffstat (limited to 'apps')
-rwxr-xr-xapps/assortbin40722 -> 40722 bytes
-rwxr-xr-xapps/bracesbin42416 -> 42416 bytes
-rwxr-xr-xapps/callsbin47077 -> 47077 bytes
-rwxr-xr-xapps/crenshaw2-1bin40130 -> 40130 bytes
-rwxr-xr-xapps/crenshaw2-1bbin40677 -> 40677 bytes
-rwxr-xr-xapps/dquotesbin44372 -> 44372 bytes
-rwxr-xr-xapps/factorialbin39149 -> 39149 bytes
-rwxr-xr-xapps/handlebin40047 -> 40047 bytes
-rwxr-xr-xapps/hexbin42969 -> 42969 bytes
-rwxr-xr-xapps/mubin160771 -> 160771 bytes
-rwxr-xr-xapps/packbin53114 -> 53114 bytes
-rwxr-xr-xapps/sigilsbin54801 -> 54801 bytes
-rw-r--r--apps/subx-params.subx4
-rwxr-xr-xapps/surveybin49963 -> 49963 bytes
-rwxr-xr-xapps/testsbin39520 -> 39520 bytes
15 files changed, 2 insertions, 2 deletions
diff --git a/apps/assort b/apps/assort
index f9809ddb..5a3a32a3 100755
--- a/apps/assort
+++ b/apps/assort
Binary files differdiff --git a/apps/braces b/apps/braces
index 2b3a1f61..3f85235e 100755
--- a/apps/braces
+++ b/apps/braces
Binary files differdiff --git a/apps/calls b/apps/calls
index 37c503a3..c524a9d2 100755
--- a/apps/calls
+++ b/apps/calls
Binary files differdiff --git a/apps/crenshaw2-1 b/apps/crenshaw2-1
index 83e4843f..b87f041b 100755
--- a/apps/crenshaw2-1
+++ b/apps/crenshaw2-1
Binary files differdiff --git a/apps/crenshaw2-1b b/apps/crenshaw2-1b
index 1a391969..b7294aeb 100755
--- a/apps/crenshaw2-1b
+++ b/apps/crenshaw2-1b
Binary files differdiff --git a/apps/dquotes b/apps/dquotes
index e0ff7ff9..bb137fec 100755
--- a/apps/dquotes
+++ b/apps/dquotes
Binary files differdiff --git a/apps/factorial b/apps/factorial
index 7b9a4a57..cd402a60 100755
--- a/apps/factorial
+++ b/apps/factorial
Binary files differdiff --git a/apps/handle b/apps/handle
index 5fcdb2fe..7922f7b4 100755
--- a/apps/handle
+++ b/apps/handle
Binary files differdiff --git a/apps/hex b/apps/hex
index 28bb8121..ca85716e 100755
--- a/apps/hex
+++ b/apps/hex
Binary files differdiff --git a/apps/mu b/apps/mu
index 2533c0df..4261eefe 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differdiff --git a/apps/pack b/apps/pack
index 2c307be7..009660eb 100755
--- a/apps/pack
+++ b/apps/pack
Binary files differdiff --git a/apps/sigils b/apps/sigils
index 753ea18e..0e4e03d3 100755
--- a/apps/sigils
+++ b/apps/sigils
Binary files differdiff --git a/apps/subx-params.subx b/apps/subx-params.subx
index 2c6fd123..3bc02894 100644
--- a/apps/subx-params.subx
+++ b/apps/subx-params.subx
@@ -4,7 +4,7 @@
 
 # largest segment that can be translated
 Segment-size:
-  0xc0000/imm32/0.75MB
+  0x100000/imm32/1MB
 
 # maximum size of input textual stream (spanning all segments)
 Input-size:
@@ -12,7 +12,7 @@ Input-size:
 
 # number of labels we can translate to addresses
 Max-labels:
-  0x10000/imm32/4K-labels/64KB
+  0x20000/imm32/8K-labels/128KB
 
 # capacity of trace-stream
 Trace-size:
diff --git a/apps/survey b/apps/survey
index 0ed44340..7657ae38 100755
--- a/apps/survey
+++ b/apps/survey
Binary files differdiff --git a/apps/tests b/apps/tests
index 172a6fa0..fbdbe5d2 100755
--- a/apps/tests
+++ b/apps/tests
Binary files differ