about summary refs log blame commit diff stats
path: root/apps/ex1
blob: 2aad6427897ac7e400620491fc0f62a19e59a67e (plain) (tree)
blob is binary.
n) (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:
  0x200000/imm32/2MB

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

# number of labels we can translate to addresses
Max-labels:
  0x30000/imm32/24K-labels/192KB

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