about summary refs log tree commit diff stats
path: root/html/068error-byte.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-17 22:03:35 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-17 22:03:48 -0700
commitb1635a5c8e25650a19999c246be321a0794eb58a (patch)
treea5ce06d138fac34b1e13fb1b06fd91b8b6c55712 /html/068error-byte.subx.html
parent540974343290cb9ac0cf55b999447bf563928612 (diff)
downloadmu-b1635a5c8e25650a19999c246be321a0794eb58a.tar.gz
5701
Diffstat (limited to 'html/068error-byte.subx.html')
-rw-r--r--html/068error-byte.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/068error-byte.subx.html b/html/068error-byte.subx.html
index 034faafb..6003851a 100644
--- a/html/068error-byte.subx.html
+++ b/html/068error-byte.subx.html
@@ -84,8 +84,8 @@ if ('onhashchange' in window) {
 <span id="L24" class="LineNr">24 </span><span class="CommentedCode">#?     cd/syscall  0x80/imm8</span>
 <span id="L25" class="LineNr">25 </span>
 <span id="L26" class="LineNr">26 </span><span class="subxComment"># write(out, &quot;Error: &quot;+msg+&quot;: &quot;+byte) then stop(ed, 1)</span>
-<span id="L27" class="LineNr">27 </span><span class="subxFunction">error-byte</span>:  <span class="subxComment"># ed : (address exit-descriptor), out : (address buffered-file), msg : (address array byte), n : byte -&gt; &lt;void&gt;</span>
-<span id="L28" class="LineNr">28 </span>    <span class="subxS1Comment"># . prolog</span>
+<span id="L27" class="LineNr">27 </span><span class="subxFunction">error-byte</span>:  <span class="subxComment"># ed : (address exit-descriptor), out : (address buffered-file), msg : (address array byte), n : byte</span>
+<span id="L28" class="LineNr">28 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L29" class="LineNr">29 </span>    55/push-ebp
 <span id="L30" class="LineNr">30 </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>
 <span id="L31" class="LineNr">31 </span>    <span class="subxComment"># write-buffered(out, &quot;Error: &quot;)</span>
@@ -143,7 +143,7 @@ if ('onhashchange' in window) {
 <span id="L83" class="LineNr">83 </span>    e8/call  <a href='059stop.subx.html#L92'>stop</a>/disp32
 <span id="L84" class="LineNr">84 </span>    <span class="subxComment"># should never get past this point</span>
 <span id="L85" class="LineNr">85 </span><span class="Constant">$error-byte:dead-end</span>:
-<span id="L86" class="LineNr">86 </span>    <span class="subxS1Comment"># . epilog</span>
+<span id="L86" class="LineNr">86 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L87" class="LineNr">87 </span>    89/copy                         3/mod/direct    4/rm32/esp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          5/r32/ebp  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy ebp to esp</span>
 <span id="L88" class="LineNr">88 </span>    5d/pop-to-ebp
 <span id="L89" class="LineNr">89 </span>    c3/return