about summary refs log tree commit diff stats
path: root/apps/subx-params.subx
blob: 3bc02894862c9668a2f04c3f53a1f3d724c41045 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Various knobs for translating SubX programs using SubX.

== data

# largest segment that can be translated
Segment-size:
  0x100000/imm32/1MB

# maximum size of input textual stream (spanning all segments)
Input-size:
  0x180000/imm32/1.5MB

# number of labels we can translate to addresses
Max-labels:
  0x20000/imm32/8K-labels/128KB

# capacity of trace-stream
Trace-size:
  0x100000/imm32/1MB