diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-11-26 01:19:47 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-11-26 01:19:47 -0800 |
commit | d1c9392a5461e0d33e226375a8f7986a97d2d66b (patch) | |
tree | 494c19edbe1d1522344b56ced6aa7c040ad37406 /html/subx/examples/ex1.subx.html | |
parent | 7e00968c99f97e13be8f5269feaf7fd1d33ecd33 (diff) | |
download | mu-d1c9392a5461e0d33e226375a8f7986a97d2d66b.tar.gz |
4782
Diffstat (limited to 'html/subx/examples/ex1.subx.html')
-rw-r--r-- | html/subx/examples/ex1.subx.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/html/subx/examples/ex1.subx.html b/html/subx/examples/ex1.subx.html index df3bcacb..3f11f2b5 100644 --- a/html/subx/examples/ex1.subx.html +++ b/html/subx/examples/ex1.subx.html @@ -64,12 +64,13 @@ if ('onhashchange' in window) { <span id="L9" class="LineNr"> 9 </span><span class="Comment"># 42</span> <span id="L10" class="LineNr">10 </span> <span id="L11" class="LineNr">11 </span>== code -<span id="L12" class="LineNr">12 </span>bb/copy-to-EBX 2a/imm32 -<span id="L13" class="LineNr">13 </span><span class="Comment"># exit(EBX)</span> -<span id="L14" class="LineNr">14 </span>b8/copy-to-EAX 1/imm32 -<span id="L15" class="LineNr">15 </span>cd/syscall 0x80/imm8 -<span id="L16" class="LineNr">16 </span> -<span id="L17" class="LineNr">17 </span><span class="Comment"># vim:nowrap:textwidth=0</span> +<span id="L12" class="LineNr">12 </span> +<span id="L13" class="LineNr">13 </span>bb/copy-to-EBX 2a/imm32 +<span id="L14" class="LineNr">14 </span><span class="Comment"># exit(EBX)</span> +<span id="L15" class="LineNr">15 </span>b8/copy-to-EAX 1/imm32 +<span id="L16" class="LineNr">16 </span>cd/syscall 0x80/imm8 +<span id="L17" class="LineNr">17 </span> +<span id="L18" class="LineNr">18 </span><span class="Comment"># vim:nowrap:textwidth=0</span> </pre> </body> </html> |