diff options
Diffstat (limited to 'html/subx/050_write.subx.html')
-rw-r--r-- | html/subx/050_write.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/050_write.subx.html b/html/subx/050_write.subx.html index 506fbded..b7e6bffc 100644 --- a/html/subx/050_write.subx.html +++ b/html/subx/050_write.subx.html @@ -69,7 +69,7 @@ if ('onhashchange' in window) { <span id="L11" class="LineNr">11 </span> b8/copy-to-EAX 1/imm32/exit <span id="L12" class="LineNr">12 </span> cd/syscall 0x80/imm8 <span id="L13" class="LineNr">13 </span> -<span id="L14" class="LineNr">14 </span><span class="subxMinorFunction"><a href='050_write.subx.html#L14'>_write</a></span>: <span class="subxComment"># fd : int, s : (address array byte) -> <void></span> +<span id="L14" class="LineNr">14 </span><span class="subxMinorFunction">_write</span>: <span class="subxComment"># fd : int, s : (address array byte) -> <void></span> <span id="L15" class="LineNr">15 </span> <span class="subxS1Comment"># . prolog</span> <span id="L16" class="LineNr">16 </span> 55/push-EBP <span id="L17" class="LineNr">17 </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> |