diff options
Diffstat (limited to 'html/apps')
-rw-r--r-- | html/apps/subx-params.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/subx-params.subx.html b/html/apps/subx-params.subx.html index adb28457..f8b5acf3 100644 --- a/html/apps/subx-params.subx.html +++ b/html/apps/subx-params.subx.html @@ -58,7 +58,7 @@ if ('onhashchange' in window) { <span id="L4" class="LineNr"> 4 </span> <span id="L5" class="LineNr"> 5 </span><span class="subxComment"># largest segment that can be translated</span> <span id="L6" class="LineNr"> 6 </span><span class="SpecialChar">Segment-size</span>: -<span id="L7" class="LineNr"> 7 </span> 0xc0000/imm32/0.75MB +<span id="L7" class="LineNr"> 7 </span> 0x100000/imm32/1MB <span id="L8" class="LineNr"> 8 </span> <span id="L9" class="LineNr"> 9 </span><span class="subxComment"># maximum size of input textual stream (spanning all segments)</span> <span id="L10" class="LineNr">10 </span><span class="SpecialChar">Input-size</span>: @@ -66,7 +66,7 @@ if ('onhashchange' in window) { <span id="L12" class="LineNr">12 </span> <span id="L13" class="LineNr">13 </span><span class="subxComment"># number of labels we can translate to addresses</span> <span id="L14" class="LineNr">14 </span><span class="SpecialChar">Max-labels</span>: -<span id="L15" class="LineNr">15 </span> 0x10000/imm32/4K-labels/64KB +<span id="L15" class="LineNr">15 </span> 0x20000/imm32/8K-labels/128KB <span id="L16" class="LineNr">16 </span> <span id="L17" class="LineNr">17 </span><span class="subxComment"># capacity of trace-stream</span> <span id="L18" class="LineNr">18 </span><span class="SpecialChar">Trace-size</span>: |