diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-06-12 07:57:27 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-06-12 07:57:38 -0700 |
commit | 86351aafe218a7386f6578be3c4da3edcdcb0c98 (patch) | |
tree | 209e27b8ad7ed2a8f733c699b278d19d0f59bf43 /html/apps/ex5.subx.html | |
parent | 07dba48f13be2aaa531b3d75a7d48d36e6ab4cb1 (diff) | |
download | mu-86351aafe218a7386f6578be3c4da3edcdcb0c98.tar.gz |
6513
Diffstat (limited to 'html/apps/ex5.subx.html')
-rw-r--r-- | html/apps/ex5.subx.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/html/apps/ex5.subx.html b/html/apps/ex5.subx.html index c403dcae..8575bbfd 100644 --- a/html/apps/ex5.subx.html +++ b/html/apps/ex5.subx.html @@ -89,13 +89,12 @@ if ('onhashchange' in window) { <span id="L32" class="LineNr">32 </span> <span class="subxS1Comment"># . size = 1 character</span> <span id="L33" class="LineNr">33 </span> ba/copy-to-edx 1/imm32 <span id="L34" class="LineNr">34 </span> <span class="subxS1Comment"># . syscall</span> -<span id="L35" class="LineNr">35 </span> b8/copy-to-eax 4/imm32/write -<span id="L36" class="LineNr">36 </span> cd/syscall 0x80/imm8 -<span id="L37" class="LineNr">37 </span> -<span id="L38" class="LineNr">38 </span> <span class="subxComment"># exit(ebx)</span> -<span id="L39" class="LineNr">39 </span> e8/call syscall_exit/disp32 -<span id="L40" class="LineNr">40 </span> -<span id="L41" class="LineNr">41 </span><span class="subxS2Comment"># . . vim:nowrap:textwidth=0</span> +<span id="L35" class="LineNr">35 </span> e8/call syscall_write/disp32 +<span id="L36" class="LineNr">36 </span> +<span id="L37" class="LineNr">37 </span> <span class="subxComment"># exit(ebx)</span> +<span id="L38" class="LineNr">38 </span> e8/call syscall_exit/disp32 +<span id="L39" class="LineNr">39 </span> +<span id="L40" class="LineNr">40 </span><span class="subxS2Comment"># . . vim:nowrap:textwidth=0</span> </pre> </body> </html> |