mu/apps/subx-params.subx
Kartik Agaram e8ffaf29ce 6719 - error-checking for 'index' instructions
1000+ LoC spent; just 300+ excluding tests.

Still one known gap; we don't check the entirety of an array's element
type if it's a compound. So far we just check if say both sides start with
'addr'. Obviously that's not good enough.
2020-08-21 21:32:48 -07:00

20 lines
397 B
Plaintext

# 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:
0x60000/imm32/24K-labels/192KB
# capacity of trace-stream
Trace-size:
0x200000/imm32/2MB