diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-09-22 00:32:03 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-22 00:32:03 -0700 |
commit | 1a4de9dd58201bb57a07ea931d1764064fc52e64 (patch) | |
tree | 491ddf356cba78cb0ae248a9daa065e475c0a3da /html/subx/examples/ex2.subx.html | |
parent | 08c2f2a5ce0a55c1b33314309ab857d305a0e58b (diff) | |
download | mu-1a4de9dd58201bb57a07ea931d1764064fc52e64.tar.gz |
4588
Diffstat (limited to 'html/subx/examples/ex2.subx.html')
-rw-r--r-- | html/subx/examples/ex2.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/examples/ex2.subx.html b/html/subx/examples/ex2.subx.html index e372f373..79014ace 100644 --- a/html/subx/examples/ex2.subx.html +++ b/html/subx/examples/ex2.subx.html @@ -70,7 +70,7 @@ if ('onhashchange' in window) { <span id="L15" class="LineNr">15 </span> 81 0/subop/add 3/mod/direct 3/rm32/EBX 1/imm32 <span class="Comment"># add 1 to EBX</span> <span id="L16" class="LineNr">16 </span> <span class="Comment"># exit(EBX)</span> <span id="L17" class="LineNr">17 </span> b8/copy 1/imm32 <span class="Comment"># copy 1 to EAX</span> -<span id="L18" class="LineNr">18 </span> cd/syscall 0x80/imm8 <span class="Comment"># int 80h</span> +<span id="L18" class="LineNr">18 </span> cd/syscall 0x80/imm8 <span id="L19" class="LineNr">19 </span> <span id="L20" class="LineNr">20 </span><span class="Comment"># vim:ft=subx</span> </pre> |