about summary refs log tree commit diff stats
path: root/html/079emit.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/079emit.subx.html
parentc9bda4d13ea33873dd5bce1eef0434cb11763d19 (diff)
downloadmu-7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077.tar.gz
5876 - address -> addr
Diffstat (limited to 'html/079emit.subx.html')
-rw-r--r--html/079emit.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/079emit.subx.html b/html/079emit.subx.html
index ed61ad03..18e9631e 100644
--- a/html/079emit.subx.html
+++ b/html/079emit.subx.html
@@ -68,7 +68,7 @@ if ('onhashchange' in window) {
 <span id="L7" class="LineNr">  7 </span><span class="subxComment"># it in 'width' bytes of hex, least significant first.</span>
 <span id="L8" class="LineNr">  8 </span><span class="subxComment"># Otherwise just print the entire word including metadata.</span>
 <span id="L9" class="LineNr">  9 </span><span class="subxComment"># Always print a trailing space.</span>
-<span id="L10" class="LineNr"> 10 </span><span class="subxFunction">emit</span>:  <span class="subxComment"># out : (address buffered-file), word : (address slice), width : int</span>
+<span id="L10" class="LineNr"> 10 </span><span class="subxFunction">emit</span>:  <span class="subxComment"># out : (addr buffered-file), word : (addr slice), width : int</span>
 <span id="L11" class="LineNr"> 11 </span>    <span class="subxS1Comment"># . prologue</span>
 <span id="L12" class="LineNr"> 12 </span>    55/push-ebp
 <span id="L13" class="LineNr"> 13 </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>