about summary refs log blame commit diff stats
path: root/apps/subx-params.subx
blob: bdf7783ff99c17f50fe47e7198e1c7c4c5186402 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

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