about summary refs log tree commit diff stats
path: root/html/apps/factorial.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-20 11:19:30 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-20 11:25:59 -0700
commit4a4a392dc7c81b301ad6b760525c5549f2f6644c (patch)
tree9ce3225fd2b87c57090509d0fd42a9d4147d1b2e /html/apps/factorial.subx.html
parent0ca3aa4acce4f5a1378f87754761197673cdd6db (diff)
downloadmu-4a4a392dc7c81b301ad6b760525c5549f2f6644c.tar.gz
5683
Diffstat (limited to 'html/apps/factorial.subx.html')
-rw-r--r--html/apps/factorial.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/factorial.subx.html b/html/apps/factorial.subx.html
index a5750aef..4d1cbc5c 100644
--- a/html/apps/factorial.subx.html
+++ b/html/apps/factorial.subx.html
@@ -84,10 +84,10 @@ if ('onhashchange' in window) {
 <span id="L23" class="LineNr"> 23 </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="L24" class="LineNr"> 24 </span>
 <span id="L25" class="LineNr"> 25 </span>    <span class="subxComment"># initialize heap</span>
-<span id="L26" class="LineNr"> 26 </span>    <span class="subxS1Comment"># . Heap = new-segment(64KB)</span>
+<span id="L26" class="LineNr"> 26 </span>    <span class="subxS1Comment"># . Heap = new-segment(Heap-size)</span>
 <span id="L27" class="LineNr"> 27 </span>    <span class="subxS2Comment"># . . push args</span>
-<span id="L28" class="LineNr"> 28 </span>    68/push  <span class="SpecialChar"><a href='../075array-equal.subx.html#L623'>Heap</a></span>/imm32
-<span id="L29" class="LineNr"> 29 </span>    68/push  0x10000/imm32/64KB
+<span id="L28" class="LineNr"> 28 </span>    68/push  <span class="SpecialChar"><a href='../069allocate.subx.html#L22'>Heap</a></span>/imm32
+<span id="L29" class="LineNr"> 29 </span>    68/push  <span class="SpecialChar"><a href='../069allocate.subx.html#L29'>Heap-size</a></span>/imm32
 <span id="L30" class="LineNr"> 30 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L31" class="LineNr"> 31 </span>    e8/call  <a href='../053new-segment.subx.html#L41'>new-segment</a>/disp32
 <span id="L32" class="LineNr"> 32 </span>    <span class="subxS2Comment"># . . discard args</span>