about summary refs log tree commit diff stats
path: root/html/baremetal/ex3.hex.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-31 21:08:28 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-31 21:08:28 -0800
commit4106cf7538b83f4985d1c9b5c69e0501213662ea (patch)
treeb66856216187b7fc6f86fbb1cc2351b77155f636 /html/baremetal/ex3.hex.html
parent2a9583414bd03399894065a1002e25dbf74b9569 (diff)
downloadmu-4106cf7538b83f4985d1c9b5c69e0501213662ea.tar.gz
7680
Diffstat (limited to 'html/baremetal/ex3.hex.html')
-rw-r--r--html/baremetal/ex3.hex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/baremetal/ex3.hex.html b/html/baremetal/ex3.hex.html
index 08708bd7..013dd705 100644
--- a/html/baremetal/ex3.hex.html
+++ b/html/baremetal/ex3.hex.html
@@ -69,7 +69,7 @@ if ('onhashchange' in window) {
 <span id="L16" class="LineNr">16 </span><span class="subxComment"># eax &lt;- LFB</span>
 <span id="L17" class="LineNr">17 </span>8b  <span class="subxComment"># copy *rm32 to r32</span>
 <span id="L18" class="LineNr">18 </span>  05  <span class="subxComment"># 00/mod/indirect 000/r32/eax 101/rm32/use-disp32</span>
-<span id="L19" class="LineNr">19 </span>  28 7f 00 00 <span class="subxComment"># disp32 [label]</span>
+<span id="L19" class="LineNr">19 </span>  28 81 00 00 <span class="subxComment"># disp32 [label]</span>
 <span id="L20" class="LineNr">20 </span>
 <span id="L21" class="LineNr">21 </span><span class="subxComment"># var read index/ecx: byte = 0</span>
 <span id="L22" class="LineNr">22 </span>31 c9  <span class="subxComment"># ecx &lt;- xor ecx;  11/direct 001/r32/ecx 001/rm32/ecx</span>