diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-08-26 11:55:26 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-08-26 11:59:21 -0700 |
commit | 333525360b22f3d3ea31db46a4d2f1b4edbfebdb (patch) | |
tree | ed255f308542ba28a99d862d54d4992dcf749622 /html/examples/ex1.subx.html | |
parent | 22fb844ba4edf14eb85245a35f42e721658c4f8e (diff) | |
download | mu-333525360b22f3d3ea31db46a4d2f1b4edbfebdb.tar.gz |
5592 - switch register names to lowercase
Diffstat (limited to 'html/examples/ex1.subx.html')
-rw-r--r-- | html/examples/ex1.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/examples/ex1.subx.html b/html/examples/ex1.subx.html index 2f69914a..8ef5ecbd 100644 --- a/html/examples/ex1.subx.html +++ b/html/examples/ex1.subx.html @@ -67,8 +67,8 @@ if ('onhashchange' in window) { <span id="L12" class="LineNr">12 </span> <span id="L13" class="LineNr">13 </span><span class="SpecialChar">Entry</span>: <span id="L14" class="LineNr">14 </span><span class="subxComment"># syscall(exit, 42)</span> -<span id="L15" class="LineNr">15 </span>bb/copy-to-EBX 2a/imm32 <span class="subxComment"># 42 in hex</span> -<span id="L16" class="LineNr">16 </span>b8/copy-to-EAX 1/imm32/exit +<span id="L15" class="LineNr">15 </span>bb/copy-to-ebx 2a/imm32 <span class="subxComment"># 42 in hex</span> +<span id="L16" class="LineNr">16 </span>b8/copy-to-eax 1/imm32/exit <span id="L17" class="LineNr">17 </span>cd/syscall 0x80/imm8 <span id="L18" class="LineNr">18 </span> <span id="L19" class="LineNr">19 </span>== data 0x0a000000 |