about summary refs log tree commit diff stats
path: root/html/apps/crenshaw2-1.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/crenshaw2-1.subx.html')
-rw-r--r--html/apps/crenshaw2-1.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/crenshaw2-1.subx.html b/html/apps/crenshaw2-1.subx.html
index c43092d9..370b913f 100644
--- a/html/apps/crenshaw2-1.subx.html
+++ b/html/apps/crenshaw2-1.subx.html
@@ -96,10 +96,10 @@ if ('onhashchange' in window) {
 <span id="L35" class="LineNr"> 35 </span>    89/copy                         3/mod/direct    5/rm32/ebp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          4/r32/esp  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy esp to ebp</span>
 <span id="L36" class="LineNr"> 36 </span>
 <span id="L37" class="LineNr"> 37 </span>    <span class="subxComment"># initialize heap</span>
-<span id="L38" class="LineNr"> 38 </span>    <span class="subxS1Comment"># . Heap = new-segment(64KB)</span>
+<span id="L38" class="LineNr"> 38 </span>    <span class="subxS1Comment"># . Heap = new-segment(Heap-size)</span>
 <span id="L39" class="LineNr"> 39 </span>    <span class="subxS2Comment"># . . push args</span>
-<span id="L40" class="LineNr"> 40 </span>    68/push  <span class="SpecialChar"><a href='../075array-equal.subx.html#L623'>Heap</a></span>/imm32
-<span id="L41" class="LineNr"> 41 </span>    68/push  0x10000/imm32/64KB
+<span id="L40" class="LineNr"> 40 </span>    68/push  <span class="SpecialChar"><a href='../069allocate.subx.html#L22'>Heap</a></span>/imm32
+<span id="L41" class="LineNr"> 41 </span>    68/push  <span class="SpecialChar"><a href='../069allocate.subx.html#L29'>Heap-size</a></span>/imm32
 <span id="L42" class="LineNr"> 42 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L43" class="LineNr"> 43 </span>    e8/call  <a href='../053new-segment.subx.html#L41'>new-segment</a>/disp32
 <span id="L44" class="LineNr"> 44 </span>    <span class="subxS2Comment"># . . discard args</span>