about summary refs log tree commit diff stats
path: root/apps/subx-params.subx
blob: 36358c1f980b068ad0355f854220827015261d17 (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:
  0xc0000/imm32/0.75MB

# 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:
  0x10000/imm32/4K-labels/64KB

# capacity of trace-stream
Trace-size:
  0x80000/imm32/512KB