diff options
Diffstat (limited to 'html/057write.subx.html')
-rw-r--r-- | html/057write.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/057write.subx.html b/html/057write.subx.html index 38ad6630..bba690fc 100644 --- a/html/057write.subx.html +++ b/html/057write.subx.html @@ -81,7 +81,7 @@ if ('onhashchange' in window) { <span id="L21" class="LineNr"> 21 </span><span class="subxS1Comment"># . 1-3 bytes 3 bits 2 bits 3 bits 3 bits 3 bits 2 bits 2 bits 0/1/2/4 bytes 0/1/2/4 bytes</span> <span id="L22" class="LineNr"> 22 </span> <span id="L23" class="LineNr"> 23 </span><span class="subxComment"># TODO: come up with a way to signal when a write to disk fails</span> -<span id="L24" class="LineNr"> 24 </span><span class="subxFunction">write</span>: <span class="subxComment"># f : fd or (address stream byte), s : (address array byte)</span> +<span id="L24" class="LineNr"> 24 </span><span class="subxFunction">write</span>: <span class="subxComment"># f : fd or (addr stream byte), s : (addr array byte)</span> <span id="L25" class="LineNr"> 25 </span> <span class="subxS1Comment"># . prologue</span> <span id="L26" class="LineNr"> 26 </span> 55/push-ebp <span id="L27" class="LineNr"> 27 </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> |