diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-01-31 21:08:28 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-01-31 21:08:28 -0800 |
commit | 4106cf7538b83f4985d1c9b5c69e0501213662ea (patch) | |
tree | b66856216187b7fc6f86fbb1cc2351b77155f636 /html/baremetal/ex3.hex.html | |
parent | 2a9583414bd03399894065a1002e25dbf74b9569 (diff) | |
download | mu-4106cf7538b83f4985d1c9b5c69e0501213662ea.tar.gz |
7680
Diffstat (limited to 'html/baremetal/ex3.hex.html')
-rw-r--r-- | html/baremetal/ex3.hex.html | 2 |
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 <- 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 <- xor ecx; 11/direct 001/r32/ecx 001/rm32/ecx</span> |