From a09ab577d1be7cbe7f83f5257368c581b6c720a9 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 27 Feb 2020 21:28:46 -0800 Subject: 6065 --- html/apps/subx-params.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps') 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) { 4 5 # largest segment that can be translated 6 Segment-size: - 7 0xc0000/imm32/0.75MB + 7 0x100000/imm32/1MB 8 9 # maximum size of input textual stream (spanning all segments) 10 Input-size: @@ -66,7 +66,7 @@ if ('onhashchange' in window) { 12 13 # number of labels we can translate to addresses 14 Max-labels: -15 0x10000/imm32/4K-labels/64KB +15 0x20000/imm32/8K-labels/128KB 16 17 # capacity of trace-stream 18 Trace-size: -- cgit 1.4.1-2-gfad0