diff options
Diffstat (limited to 'html/050_write.subx.html')
-rw-r--r-- | html/050_write.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/050_write.subx.html b/html/050_write.subx.html index c12ebd44..d676e839 100644 --- a/html/050_write.subx.html +++ b/html/050_write.subx.html @@ -93,7 +93,7 @@ if ('onhashchange' in window) { <span id="L34" class="LineNr">34 </span><span class="subxComment"># You can convert a ref or handle to an address, but not the other way around.</span> <span id="L35" class="LineNr">35 </span><span class="subxComment"># You can convert addresses to ints, but not the other way around.</span> <span id="L36" class="LineNr">36 </span> -<span id="L37" class="LineNr">37 </span><span class="subxMinorFunction">_write</span>: <span class="subxComment"># fd : int, s : (address array byte)</span> +<span id="L37" class="LineNr">37 </span><span class="subxMinorFunction">_write</span>: <span class="subxComment"># fd : int, s : (addr array byte)</span> <span id="L38" class="LineNr">38 </span> <span class="subxS1Comment"># . prologue</span> <span id="L39" class="LineNr">39 </span> 55/push-ebp <span id="L40" class="LineNr">40 </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> |