about summary refs log tree commit diff stats
path: root/html/apps/survey.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-30 11:15:15 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-30 11:15:15 -0800
commit3ccc100b323e28730d6e2b70ef464bf952408582 (patch)
treec94a968bc969b627a84d35a458335cc4d37e522f /html/apps/survey.subx.html
parent931b17daa048abbe837fa575e296b08b3d99315b (diff)
downloadmu-3ccc100b323e28730d6e2b70ef464bf952408582.tar.gz
5783
Diffstat (limited to 'html/apps/survey.subx.html')
-rw-r--r--html/apps/survey.subx.html6
1 files changed, 3 insertions, 3 deletions
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) {
 <span id="L23" class="LineNr">  23 </span><span class="subxComment"># The output is the stream of bytes without segment headers or label definitions,</span>
 <span id="L24" class="LineNr">  24 </span><span class="subxComment"># and with label references replaced with numeric values/displacements.</span>
 <span id="L25" class="LineNr">  25 </span><span class="subxComment">#</span>
-<span id="L26" class="LineNr">  26 </span><span class="subxComment">#   $ cat x  |./subx run apps/assort</span>
+<span id="L26" class="LineNr">  26 </span><span class="subxComment">#   $ cat x  |./subx run apps/survey</span>
 <span id="L27" class="LineNr">  27 </span><span class="subxComment">#   ...ELF header bytes...</span>
 <span id="L28" class="LineNr">  28 </span><span class="subxComment">#   # ELF header above will specify that code segment begins at this offset</span>
 <span id="L29" class="LineNr">  29 </span><span class="subxComment">#   aa bb nn  # some computed address</span>
@@ -116,9 +116,9 @@ if ('onhashchange' in window) {
 <span id="L53" class="LineNr">  53 </span>    e8/call  <a href='../053new-segment.subx.html#L41'>new-segment</a>/disp32
 <span id="L54" class="LineNr">  54 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L55" class="LineNr">  55 </span>    81          0/subop/add         3/mod/direct    4/rm32/esp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              8/imm32           <span class="subxComment"># add to esp</span>
-<span id="L56" class="LineNr">  56 </span>    <span class="subxComment"># initialize-trace-stream(256KB)</span>
+<span id="L56" class="LineNr">  56 </span>    <span class="subxComment"># initialize-trace-stream(Trace-size)</span>
 <span id="L57" class="LineNr">  57 </span>    <span class="subxS2Comment"># . . push args</span>
-<span id="L58" class="LineNr">  58 </span>    68/push  0x40000/imm32/256KB
+<span id="L58" class="LineNr">  58 </span>    ff          6/subop/push        0/mod/indirect  5/rm32/.disp32           <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>          <span class="SpecialChar">Trace-size</span>/disp32                 <span class="subxComment"># push *Heap-size</span>
 <span id="L59" class="LineNr">  59 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L60" class="LineNr">  60 </span>    e8/call  <a href='../056trace.subx.html#L44'>initialize-trace-stream</a>/disp32
 <span id="L61" class="LineNr">  61 </span>    <span class="subxS2Comment"># . . discard args</span>