about summary refs log tree commit diff stats
path: root/linux/subx-params.subx
blob: 553b372f48b6fd79981ad3cbd61220a3a809d458 (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:
  0x300000/imm32/3MB

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

# number of labels we can translate to addresses
Max-labels:
  0x60000/imm32/16K-labels/384KB

# capacity of trace-stream
Trace-size:
  0x200000/imm32/2MB