about summary refs log tree commit diff stats
path: root/html/subx/examples/ex2.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/examples/ex2.subx.html')
-rw-r--r--html/subx/examples/ex2.subx.html2
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&#0058;ft=subx</span>
 </pre>