about summary refs log tree commit diff stats
path: root/html/subx/examples/ex12.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/examples/ex12.subx.html')
-rw-r--r--html/subx/examples/ex12.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/examples/ex12.subx.html b/html/subx/examples/ex12.subx.html
index e2dfc4e0..39e13baa 100644
--- a/html/subx/examples/ex12.subx.html
+++ b/html/subx/examples/ex12.subx.html
@@ -79,10 +79,10 @@ if ('onhashchange' in window) {
 <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>    <span class="subxComment"># write to *EAX to check that we have access to the newly-allocated segment</span>
-<span id="L20" class="LineNr">20 </span>    c7/copy                         0/mod/direct    0/rm32/EAX   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>              0x34/imm32              <span class="subxComment"># copy to *EAX</span>
+<span id="L20" class="LineNr">20 </span>    c7/copy                         0/mod/direct    0/rm32/EAX   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>              0x34/imm32        <span class="subxComment"># copy to *EAX</span>
 <span id="L21" class="LineNr">21 </span>
 <span id="L22" class="LineNr">22 </span>    <span class="subxComment"># syscall(exit, EAX)</span>
-<span id="L23" class="LineNr">23 </span>    89/copy                         3/mod/direct    3/rm32/EBX   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>          0/r32/EAX  <span class="CommentedCode"> . </span>             <span class="CommentedCode"> . </span>                      <span class="subxComment"># copy EAX to EBX</span>
+<span id="L23" class="LineNr">23 </span>    89/copy                         3/mod/direct    3/rm32/EBX   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>          0/r32/EAX  <span class="CommentedCode"> . </span>             <span class="CommentedCode"> . </span>                <span class="subxComment"># copy EAX to EBX</span>
 <span id="L24" class="LineNr">24 </span>    b8/copy-to-EAX  1/imm32/exit
 <span id="L25" class="LineNr">25 </span>    cd/syscall  0x80/imm8
 <span id="L26" class="LineNr">26 </span>