about summary refs log tree commit diff stats
path: root/html/subx/050_write.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-02 12:49:15 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-02 13:09:23 -0800
commit39d718afcff131abf9c12f89357e7e387d7892d5 (patch)
treed7179a92c27871ec646661517e348957b9805a5f /html/subx/050_write.subx.html
parentf44c595267ba1dc6b076340e300961c304904408 (diff)
downloadmu-39d718afcff131abf9c12f89357e7e387d7892d5.tar.gz
4816
Diffstat (limited to 'html/subx/050_write.subx.html')
-rw-r--r--html/subx/050_write.subx.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/subx/050_write.subx.html b/html/subx/050_write.subx.html
index 0dfa8594..eadec7a1 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; }
+.subxMinorFunction { color: #875f5f; }
 -->
 </style>
 
@@ -71,7 +72,7 @@ if ('onhashchange' in window) {
 <span id="L11" class="LineNr">11 </span>    b8/copy-to-EAX  1/imm32
 <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>_write:  <span class="subxComment"># fd : int, s : (address array byte) -&gt; &lt;void&gt;</span>
+<span id="L14" class="LineNr">14 </span><span class="subxMinorFunction">_write</span>:  <span class="subxComment"># fd : int, s : (address array byte) -&gt; &lt;void&gt;</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="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>          4/r32/ESP  <span class="CommentedCode"> . </span>             <span class="CommentedCode"> . </span>                <span class="subxComment"># copy ESP to EBP</span>