about summary refs log tree commit diff stats
path: root/html/subx/examples/ex2.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-25 00:08:23 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-25 00:10:56 -0700
commit695f9bf8d0a7d0a871b8ab75270ceb29715d9be3 (patch)
tree358d7fda9f7eb1714d9a7f0e0838be2bd64d336f /html/subx/examples/ex2.subx.html
parent51a20da6b30f4afe0405d13bf862b5d72ccefa6d (diff)
downloadmu-695f9bf8d0a7d0a871b8ab75270ceb29715d9be3.tar.gz
5468
Diffstat (limited to 'html/subx/examples/ex2.subx.html')
-rw-r--r--html/subx/examples/ex2.subx.html30
1 files changed, 17 insertions, 13 deletions
diff --git a/html/subx/examples/ex2.subx.html b/html/subx/examples/ex2.subx.html
index 6ea72349..8df9abb1 100644
--- a/html/subx/examples/ex2.subx.html
+++ b/html/subx/examples/ex2.subx.html
@@ -3,8 +3,8 @@
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <title>Mu - subx/examples/ex2.subx</title>
-<meta name="Generator" content="Vim/8.0">
-<meta name="plugin-version" content="vim7.4_v2">
+<meta name="Generator" content="Vim/8.1">
+<meta name="plugin-version" content="vim8.1_v1">
 <meta name="syntax" content="none">
 <meta name="settings" content="number_lines,use_css,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
 <meta name="colorscheme" content="minimal-light">
@@ -15,8 +15,9 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color:
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .subxComment { color: #005faf; }
-.subxS2Comment { color: #8a8a8a; }
 .LineNr { }
+.SpecialChar { color: #d70000; }
+.subxS2Comment { color: #8a8a8a; }
 -->
 </style>
 
@@ -33,7 +34,7 @@ function JumpToLine()
   if (lineNum.indexOf('L') == -1) {
     lineNum = 'L'+lineNum;
   }
-  lineElem = document.getElementById(lineNum);
+  var lineElem = document.getElementById(lineNum);
   /* Always jump to new location even if the line was hidden inside a fold, or
    * we corrected the raw number to a line ID.
    */
@@ -63,15 +64,18 @@ if ('onhashchange' in window) {
 <span id="L9" class="LineNr"> 9 </span>
 <span id="L10" class="LineNr">10 </span>== code 0x09000000
 <span id="L11" class="LineNr">11 </span>
-<span id="L12" class="LineNr">12 </span><span class="subxComment"># EBX = 1</span>
-<span id="L13" class="LineNr">13 </span>bb/copy-to-EBX  1/imm32
-<span id="L14" class="LineNr">14 </span><span class="subxComment"># increment EBX</span>
-<span id="L15" class="LineNr">15 </span>43/increment-EBX
-<span id="L16" class="LineNr">16 </span><span class="subxComment"># syscall(exit, EBX)</span>
-<span id="L17" class="LineNr">17 </span>b8/copy-to-EAX  1/imm32/exit
-<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="subxS2Comment"># . . vim&#0058;nowrap:textwidth=0</span>
+<span id="L12" class="LineNr">12 </span><span class="SpecialChar">Entry</span>:
+<span id="L13" class="LineNr">13 </span><span class="subxComment"># EBX = 1</span>
+<span id="L14" class="LineNr">14 </span>bb/copy-to-EBX  1/imm32
+<span id="L15" class="LineNr">15 </span><span class="subxComment"># increment EBX</span>
+<span id="L16" class="LineNr">16 </span>43/increment-EBX
+<span id="L17" class="LineNr">17 </span><span class="subxComment"># syscall(exit, EBX)</span>
+<span id="L18" class="LineNr">18 </span>b8/copy-to-EAX  1/imm32/exit
+<span id="L19" class="LineNr">19 </span>cd/syscall  0x80/imm8
+<span id="L20" class="LineNr">20 </span>
+<span id="L21" class="LineNr">21 </span>== data 0x0a000000
+<span id="L22" class="LineNr">22 </span>
+<span id="L23" class="LineNr">23 </span><span class="subxS2Comment"># . . vim&#0058;nowrap:textwidth=0</span>
 </pre>
 </body>
 </html>