about summary refs log tree commit diff stats
path: root/html/apps/calls.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-30 14:54:30 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-30 14:54:30 -0700
commit2655a4a91d1d2e98cc9ab9c54e70d4eb49c735d6 (patch)
tree92546a021880dee6b956e0115d44b7370edb63bd /html/apps/calls.subx.html
parent8bd3c2b5a83d9e8b97472311491010d66a7b7584 (diff)
downloadmu-2655a4a91d1d2e98cc9ab9c54e70d4eb49c735d6.tar.gz
6602
Diffstat (limited to 'html/apps/calls.subx.html')
-rw-r--r--html/apps/calls.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/calls.subx.html b/html/apps/calls.subx.html
index fbf7739d..d80ca4b0 100644
--- a/html/apps/calls.subx.html
+++ b/html/apps/calls.subx.html
@@ -385,7 +385,7 @@ if ('onhashchange' in window) {
 <span id="L363" class="LineNr"> 363 </span>    <span class="subxComment">#   write-buffered(out, &quot;/disp32\n&quot;)</span>
 <span id="L364" class="LineNr"> 364 </span>    <span class="subxComment">#   # emit pops</span>
 <span id="L365" class="LineNr"> 365 </span>    <span class="subxComment">#   write-buffered(out, &quot;81 0/subop/add %esp &quot;)</span>
-<span id="L366" class="LineNr"> 366 </span>    <span class="subxComment">#   print-int32-buffered(out, words-&gt;write &gt;&gt; 1 - 4)</span>
+<span id="L366" class="LineNr"> 366 </span>    <span class="subxComment">#   write-int32-hex-buffered(out, words-&gt;write &gt;&gt; 1 - 4)</span>
 <span id="L367" class="LineNr"> 367 </span>    <span class="subxComment">#   write-buffered(out, &quot;/imm32\n&quot;)</span>
 <span id="L368" class="LineNr"> 368 </span>    <span class="subxComment">#</span>
 <span id="L369" class="LineNr"> 369 </span>    <span class="subxS1Comment"># . prologue</span>
@@ -509,7 +509,7 @@ if ('onhashchange' in window) {
 <span id="L487" class="LineNr"> 487 </span>    e8/call <a href='../065write-buffered.subx.html#L8'>write-buffered</a>/disp32
 <span id="L488" class="LineNr"> 488 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L489" class="LineNr"> 489 </span>    81 0/subop/add %esp 8/imm32
-<span id="L490" class="LineNr"> 490 </span>    <span class="subxComment"># print-int32-buffered(out, words-&gt;write &gt;&gt; 1 - 4)</span>
+<span id="L490" class="LineNr"> 490 </span>    <span class="subxComment"># write-int32-hex-buffered(out, words-&gt;write &gt;&gt; 1 - 4)</span>
 <span id="L491" class="LineNr"> 491 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L492" class="LineNr"> 492 </span>    8b/-&gt; *esi 0/r32/eax
 <span id="L493" class="LineNr"> 493 </span>    c1/shift 7/subop/arith-right %eax 1/imm8
@@ -517,7 +517,7 @@ if ('onhashchange' in window) {
 <span id="L495" class="LineNr"> 495 </span>    50/push-eax
 <span id="L496" class="LineNr"> 496 </span>    ff 6/subop/push *(ebp+8)
 <span id="L497" class="LineNr"> 497 </span>    <span class="subxS2Comment"># . . call</span>
-<span id="L498" class="LineNr"> 498 </span>    e8/call <a href='../066print-int.subx.html#L266'>print-int32-buffered</a>/disp32
+<span id="L498" class="LineNr"> 498 </span>    e8/call <a href='../066write-int-hex.subx.html#L266'>write-int32-hex-buffered</a>/disp32
 <span id="L499" class="LineNr"> 499 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L500" class="LineNr"> 500 </span>    81 0/subop/add %esp 8/imm32
 <span id="L501" class="LineNr"> 501 </span>    <span class="subxComment"># write-buffered(out, &quot;/imm32\n&quot;)</span>