about summary refs log tree commit diff stats
path: root/html/053new-segment.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/053new-segment.subx.html
parentc9bda4d13ea33873dd5bce1eef0434cb11763d19 (diff)
downloadmu-7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077.tar.gz
5876 - address -> addr
Diffstat (limited to 'html/053new-segment.subx.html')
-rw-r--r--html/053new-segment.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/053new-segment.subx.html b/html/053new-segment.subx.html
index 142f7fda..6197950c 100644
--- a/html/053new-segment.subx.html
+++ b/html/053new-segment.subx.html
@@ -89,7 +89,7 @@ if ('onhashchange' in window) {
 <span id="L29" class="LineNr">29 </span>    e8/call  <a href='053new-segment.subx.html#L41'>new-segment</a>/disp32
 <span id="L30" class="LineNr">30 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L31" class="LineNr">31 </span>    81          0/subop/add         3/mod/direct    4/rm32/esp   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              8/imm32           <span class="subxComment"># add to esp</span>
-<span id="L32" class="LineNr">32 </span>    <span class="subxComment"># var eax : (address _) = ad-&gt;curr</span>
+<span id="L32" class="LineNr">32 </span>    <span class="subxComment"># var eax : (addr _) = ad-&gt;curr</span>
 <span id="L33" class="LineNr">33 </span>    8b/copy                         0/mod/indirect  1/rm32/ecx   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          0/r32/eax  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy *ecx to eax</span>
 <span id="L34" class="LineNr">34 </span>    <span class="subxComment"># write to *eax to check that we have access to the newly-allocated segment</span>
 <span id="L35" class="LineNr">35 </span>    c7          0/subop/copy        0/mod/direct    0/rm32/eax   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              0x34/imm32        <span class="subxComment"># copy to *eax</span>