diff options
Diffstat (limited to 'html/subx/ex6.subx.html')
-rw-r--r-- | html/subx/ex6.subx.html | 2 |
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> |