From 3ccc100b323e28730d6e2b70ef464bf952408582 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 30 Nov 2019 11:15:15 -0800 Subject: 5783 --- html/apps/survey.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/apps/survey.subx.html') diff --git a/html/apps/survey.subx.html b/html/apps/survey.subx.html index 16162404..7bb37e2c 100644 --- a/html/apps/survey.subx.html +++ b/html/apps/survey.subx.html @@ -86,7 +86,7 @@ if ('onhashchange' in window) { 23 # The output is the stream of bytes without segment headers or label definitions, 24 # and with label references replaced with numeric values/displacements. 25 # - 26 # $ cat x |./subx run apps/assort + 26 # $ cat x |./subx run apps/survey 27 # ...ELF header bytes... 28 # # ELF header above will specify that code segment begins at this offset 29 # aa bb nn # some computed address @@ -116,9 +116,9 @@ if ('onhashchange' in window) { 53 e8/call new-segment/disp32 54 # . . discard args 55 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp - 56 # initialize-trace-stream(256KB) + 56 # initialize-trace-stream(Trace-size) 57 # . . push args - 58 68/push 0x40000/imm32/256KB + 58 ff 6/subop/push 0/mod/indirect 5/rm32/.disp32 . . . Trace-size/disp32 # push *Heap-size 59 # . . call 60 e8/call initialize-trace-stream/disp32 61 # . . discard args -- cgit 1.4.1-2-gfad0