about summary refs log tree commit diff stats
path: root/html/318counter.subx.html
Commit message (Expand)AuthorAgeFilesLines
* .Kartik Agaram2021-06-261-4/+4
* .Kartik Agaram2021-06-241-3/+3
* .Kartik Agaram2021-05-311-0/+92
=hlt&id=4cbe0ba1ac18eaf459a918e075a77193db0b7b7c'>4cbe0ba1 ^
8a73e0d1 ^


bd57b37f ^
8a73e0d1 ^


70b350df ^
70187b1c ^


5a6d2d0d ^
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