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>2020-01-03 01:36:34 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-03 01:36:34 -0800
commit7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 (patch)
tree405503a31b48f5c5e13f103efc5762e57b290625 /html/068error-byte.subx.html
parentc9bda4d13ea33873dd5bce1eef0434cb11763d19 (diff)
downloadmu-7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077.tar.gz
5876 - address -> addr
Diffstat (limited to 'html/068error-byte.subx.html')
-rw-r--r--html/068error-byte.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/068error-byte.subx.html b/html/068error-byte.subx.html
index acd6f8ab..d3c23edb 100644
--- a/html/068error-byte.subx.html
+++ b/html/068error-byte.subx.html
@@ -84,7 +84,7 @@ 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</span>
+<span id="L27" class="LineNr">27 </span><span class="subxFunction">error-byte</span>:  <span class="subxComment"># ed : (addr exit-descriptor), out : (addr buffered-file), msg : (addr 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>