about summary refs log tree commit diff stats
path: root/html/subx/050_write.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/050_write.subx.html')
-rw-r--r--html/subx/050_write.subx.html24
1 files changed, 13 insertions, 11 deletions
diff --git a/html/subx/050_write.subx.html b/html/subx/050_write.subx.html
index 2eb95ca1..3da032cf 100644
--- a/html/subx/050_write.subx.html
+++ b/html/subx/050_write.subx.html
@@ -23,6 +23,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color:
 .LineNr { color:#444444; }
 .subxS1Comment { color:#2d8cff; }
 .CommentedCode { color: #6c6c6c; }
+.Constant { color:#00a0a0; }
 .subxMinorFunction { color: #875f5f; }
 -->
 </style>
@@ -93,17 +94,18 @@ if ('onhashchange' in window) {
 <span id="L32" class="LineNr">32 </span>    <span class="subxS1Comment"># . syscall</span>
 <span id="L33" class="LineNr">33 </span>    b8/copy-to-EAX  4/imm32/write
 <span id="L34" class="LineNr">34 </span>    cd/syscall  0x80/imm8
-<span id="L35" class="LineNr">35 </span>    <span class="subxS1Comment"># . restore registers</span>
-<span id="L36" class="LineNr">36 </span>    5b/pop-to-EBX
-<span id="L37" class="LineNr">37 </span>    5a/pop-to-EDX
-<span id="L38" class="LineNr">38 </span>    59/pop-to-ECX
-<span id="L39" class="LineNr">39 </span>    58/pop-to-EAX
-<span id="L40" class="LineNr">40 </span>    <span class="subxS1Comment"># . epilog</span>
-<span id="L41" class="LineNr">41 </span>    89/copy                         3/mod/direct    4/rm32/ESP   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>          5/r32/EBP  <span class="CommentedCode"> . </span>             <span class="CommentedCode"> . </span>                <span class="subxComment"># copy EBP to ESP</span>
-<span id="L42" class="LineNr">42 </span>    5d/pop-to-EBP
-<span id="L43" class="LineNr">43 </span>    c3/return
-<span id="L44" class="LineNr">44 </span>
-<span id="L45" class="LineNr">45 </span><span class="subxS2Comment"># . . vim&#0058;nowrap:textwidth=0</span>
+<span id="L35" class="LineNr">35 </span><span class="Constant">$_write:end</span>:
+<span id="L36" class="LineNr">36 </span>    <span class="subxS1Comment"># . restore registers</span>
+<span id="L37" class="LineNr">37 </span>    5b/pop-to-EBX
+<span id="L38" class="LineNr">38 </span>    5a/pop-to-EDX
+<span id="L39" class="LineNr">39 </span>    59/pop-to-ECX
+<span id="L40" class="LineNr">40 </span>    58/pop-to-EAX
+<span id="L41" class="LineNr">41 </span>    <span class="subxS1Comment"># . epilog</span>
+<span id="L42" class="LineNr">42 </span>    89/copy                         3/mod/direct    4/rm32/ESP   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>          5/r32/EBP  <span class="CommentedCode"> . </span>             <span class="CommentedCode"> . </span>                <span class="subxComment"># copy EBP to ESP</span>
+<span id="L43" class="LineNr">43 </span>    5d/pop-to-EBP
+<span id="L44" class="LineNr">44 </span>    c3/return
+<span id="L45" class="LineNr">45 </span>
+<span id="L46" class="LineNr">46 </span><span class="subxS2Comment"># . . vim&#0058;nowrap:textwidth=0</span>
 </pre>
 </body>
 </html>