about summary refs log tree commit diff stats
path: root/html/014indirect_addressing.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-25 15:53:24 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-25 15:54:16 -0700
commit6033844884f18c9a6e6e186c79c36fd1dd2c9bb0 (patch)
treec4f58b9f94fe36463a1cc9a8a0a07507dcbd405f /html/014indirect_addressing.cc.html
parent9ac3fde9ab9651ecf5eb0ae0af6691e65ab3b122 (diff)
downloadmu-6033844884f18c9a6e6e186c79c36fd1dd2c9bb0.tar.gz
5582
Diffstat (limited to 'html/014indirect_addressing.cc.html')
-rw-r--r--html/014indirect_addressing.cc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/014indirect_addressing.cc.html b/html/014indirect_addressing.cc.html
index dcebc975..02e6241e 100644
--- a/html/014indirect_addressing.cc.html
+++ b/html/014indirect_addressing.cc.html
@@ -829,7 +829,7 @@ if ('onhashchange' in window) {
 <span id="L770" class="LineNr"> 770 </span>      <span class="Constant">&quot;af 00 00 00\n&quot;</span>  <span class="Comment">// 0x000000af</span>
 <span id="L771" class="LineNr"> 771 </span>  <span class="Delimiter">);</span>
 <span id="L772" class="LineNr"> 772 </span>  <a href='003trace.cc.html#L290'>CHECK_TRACE_CONTENTS</a><span class="Delimiter">(</span>
-<span id="L773" class="LineNr"> 773 </span>      <span class="Constant">&quot;run: <a href='012elf.cc.html#L91'>push</a> r/m32\n&quot;</span>
+<span id="L773" class="LineNr"> 773 </span>      <span class="Constant">&quot;run: <a href='012elf.cc.html#L92'>push</a> r/m32\n&quot;</span>
 <span id="L774" class="LineNr"> 774 </span>      <span class="Constant">&quot;run: effective address is 0x00002000 (EAX)\n&quot;</span>
 <span id="L775" class="LineNr"> 775 </span>      <span class="Constant">&quot;run: decrementing <a href='010---vm.cc.html#L17'>ESP</a> to 0xbd000010\n&quot;</span>
 <span id="L776" class="LineNr"> 776 </span>      <span class="Constant">&quot;run: pushing value 0x000000af\n&quot;</span>
@@ -840,7 +840,7 @@ if ('onhashchange' in window) {
 <span id="L781" class="LineNr"> 781 </span><span class="Normal">case</span> <span class="Constant">6</span>: <span class="Delimiter">{</span>  <span class="Comment">// push r/m32 to stack</span>
 <span id="L782" class="LineNr"> 782 </span>  <a href='003trace.cc.html#L96'>trace</a><span class="Delimiter">(</span><span class="Special">Callstack_depth</span>+<span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">&quot;run&quot;</span><span class="Delimiter">)</span> &lt;&lt; <span class="Constant">&quot;push r/m32&quot;</span> &lt;&lt; end<span class="Delimiter">();</span>
 <span id="L783" class="LineNr"> 783 </span>  <span class="Normal">const</span> <span class="Normal">int32_t</span>* val = <a href='013direct_addressing.cc.html#L101'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span>
-<span id="L784" class="LineNr"> 784 </span>  <a href='012elf.cc.html#L91'>push</a><span class="Delimiter">(</span>*val<span class="Delimiter">);</span>
+<span id="L784" class="LineNr"> 784 </span>  <a href='012elf.cc.html#L92'>push</a><span class="Delimiter">(</span>*val<span class="Delimiter">);</span>
 <span id="L785" class="LineNr"> 785 </span>  <span class="Identifier">break</span><span class="Delimiter">;</span>
 <span id="L786" class="LineNr"> 786 </span><span class="Delimiter">}</span>
 <span id="L787" class="LineNr"> 787 </span>