about summary refs log tree commit diff stats
path: root/html/102kernel-string.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-12 07:57:27 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-12 07:57:38 -0700
commit86351aafe218a7386f6578be3c4da3edcdcb0c98 (patch)
tree209e27b8ad7ed2a8f733c699b278d19d0f59bf43 /html/102kernel-string.subx.html
parent07dba48f13be2aaa531b3d75a7d48d36e6ab4cb1 (diff)
downloadmu-86351aafe218a7386f6578be3c4da3edcdcb0c98.tar.gz
6513
Diffstat (limited to 'html/102kernel-string.subx.html')
-rw-r--r--html/102kernel-string.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/102kernel-string.subx.html b/html/102kernel-string.subx.html
index d12bf06b..49dec25a 100644
--- a/html/102kernel-string.subx.html
+++ b/html/102kernel-string.subx.html
@@ -74,14 +74,14 @@ if ('onhashchange' in window) {
 <span id="L18" class="LineNr">18 </span>    (<a href='102kernel-string.subx.html#L57'>kernel-string-length</a> *(ebp+0xc))
 <span id="L19" class="LineNr">19 </span>    89/&lt;- %ecx 0/r32/eax
 <span id="L20" class="LineNr">20 </span>    <span class="subxComment"># result = allocate-array(ad, len)</span>
-<span id="L21" class="LineNr">21 </span>    (<a href='069allocate.subx.html#L557'>allocate-array</a> *(ebp+8) %ecx *(ebp+0x10))
+<span id="L21" class="LineNr">21 </span>    (<a href='069allocate.subx.html#L576'>allocate-array</a> *(ebp+8) %ecx *(ebp+0x10))
 <span id="L22" class="LineNr">22 </span>    <span class="subxComment"># var c/edx: byte = 0</span>
 <span id="L23" class="LineNr">23 </span>    ba/copy-to-edx 0/imm32
 <span id="L24" class="LineNr">24 </span>    <span class="subxComment"># var src/esi: (addr byte) = in</span>
 <span id="L25" class="LineNr">25 </span>    8b/-&gt; *(ebp+0xc) 6/r32/esi
 <span id="L26" class="LineNr">26 </span>    <span class="subxComment"># var dest/edi: (addr byte) = result-&gt;data</span>
 <span id="L27" class="LineNr">27 </span>    8b/-&gt; *(ebp+0x10) 7/r32/edi
-<span id="L28" class="LineNr">28 </span>    (<a href='069allocate.subx.html#L258'>lookup</a> *edi *(edi+4))  <span class="subxComment"># =&gt; eax</span>
+<span id="L28" class="LineNr">28 </span>    (<a href='069allocate.subx.html#L256'>lookup</a> *edi *(edi+4))  <span class="subxComment"># =&gt; eax</span>
 <span id="L29" class="LineNr">29 </span>    8d/copy-address *(eax+4) 7/r32/edi
 <span id="L30" class="LineNr">30 </span>    {
 <span id="L31" class="LineNr">31 </span><span class="Constant">$kernel-string-to-string:loop</span>: