diff options
Diffstat (limited to 'html/102kernel-string.subx.html')
-rw-r--r-- | html/102kernel-string.subx.html | 4 |
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/<- %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/-> *(ebp+0xc) 6/r32/esi <span id="L26" class="LineNr">26 </span> <span class="subxComment"># var dest/edi: (addr byte) = result->data</span> <span id="L27" class="LineNr">27 </span> 8b/-> *(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"># => eax</span> +<span id="L28" class="LineNr">28 </span> (<a href='069allocate.subx.html#L256'>lookup</a> *edi *(edi+4)) <span class="subxComment"># => 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>: |