about summary refs log tree commit diff stats
path: root/html/subx/ex6.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-08-20 23:23:45 -0700
committerKartik Agaram <vc@akkartik.com>2018-08-20 23:23:45 -0700
commitd2c239e1fa07f8d72f4ec5e27e56abbb4395306e (patch)
tree1d7e6c2048fb9c1c124818710bae1f08a0b7ca71 /html/subx/ex6.subx.html
parentb5737fc0efcd929dc6a66afd0b9537b44ce1290a (diff)
downloadmu-d2c239e1fa07f8d72f4ec5e27e56abbb4395306e.tar.gz
4525
Diffstat (limited to 'html/subx/ex6.subx.html')
-rw-r--r--html/subx/ex6.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/ex6.subx.html b/html/subx/ex6.subx.html
index 7b4238e9..9d146d32 100644
--- a/html/subx/ex6.subx.html
+++ b/html/subx/ex6.subx.html
@@ -72,7 +72,7 @@ if ('onhashchange' in window) {
 <span id="L17" class="LineNr">17 </span>  b9/copy                                                                                                                         0x08049097/imm32  <span class="Comment"># copy to ECX</span>
 <span id="L18" class="LineNr">18 </span>  <span class="Comment"># initialize size</span>
 <span id="L19" class="LineNr">19 </span>  ba/copy                                                                                                                         0x08049093/imm32  <span class="Comment"># copy to EDX</span>
-<span id="L20" class="LineNr">20 </span>  8b/copy                         0/mod/indirect  2/rm32/edx                                          2/r32/edx                                     <span class="Comment"># copy *EDX to EDX</span>
+<span id="L20" class="LineNr">20 </span>  8b/copy                         0/mod/indirect  2/rm32/EDX                                          2/r32/EDX                                     <span class="Comment"># copy *EDX to EDX</span>
 <span id="L21" class="LineNr">21 </span>  <span class="Comment"># write(fd, x, size)</span>
 <span id="L22" class="LineNr">22 </span>  b8/copy                                                                                                                         4/imm32           <span class="Comment"># copy 4 to EAX</span>
 <span id="L23" class="LineNr">23 </span>  cd/syscall                                                                                                                      0x80/imm8         <span class="Comment"># int 80h</span>