about summary refs log tree commit diff stats
path: root/apps/subx-params.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/subx-params.subx')
-rw-r--r--apps/subx-params.subx15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/subx-params.subx b/apps/subx-params.subx
new file mode 100644
index 00000000..38a34314
--- /dev/null
+++ b/apps/subx-params.subx
@@ -0,0 +1,15 @@
+# Various knobs for translating SubX programs using SubX.
+
+== data
+
+# largest segment that can be translated
+Segment-size:
+  0x80000/imm32/512KB
+
+# maximum size of input textual stream (spanning all segments)
+Input-size:
+  0x100000/imm32/1MB
+
+# number of labels we can translate to addresses
+Max-labels:
+  0x10000/imm32/4K-labels/64KB