about summary refs log tree commit diff stats
path: root/html/subx/examples/ex10.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/examples/ex10.subx.html')
-rw-r--r--html/subx/examples/ex10.subx.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/subx/examples/ex10.subx.html b/html/subx/examples/ex10.subx.html
index 6d48a9c2..1a2ce066 100644
--- a/html/subx/examples/ex10.subx.html
+++ b/html/subx/examples/ex10.subx.html
@@ -18,6 +18,7 @@ a { color:inherit; }
 .subxS2Comment { color: #8a8a8a; }
 .LineNr { }
 .subxS1Comment { color: #0000af; }
+.SpecialChar { color: #d70000; }
 .subxFunction { color: #af5f00; text-decoration: underline; }
 .Constant { color: #008787; }
 .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; }
@@ -70,7 +71,7 @@ if ('onhashchange' in window) {
 <span id="L12" class="LineNr">12 </span><span class="subxS1Comment"># . op          subop               mod             rm32          base        index         scale       r32</span>
 <span id="L13" class="LineNr">13 </span><span class="subxS1Comment"># . 1-3 bytes   3 bits              2 bits          3 bits        3 bits      3 bits        2 bits      2 bits      0/1/2/4 bytes   0/1/2/4 bytes</span>
 <span id="L14" class="LineNr">14 </span>
-<span id="L15" class="LineNr">15 </span><span class="subxComment"># main: return argv-equal(argv[1], argv[2])</span>
+<span id="L15" class="LineNr">15 </span><span class="SpecialChar">Entry</span>:  <span class="subxComment"># return argv-equal(argv[1], argv[2])</span>
 <span id="L16" class="LineNr">16 </span><span class="subxComment">#       At the start of a SubX program:</span>
 <span id="L17" class="LineNr">17 </span><span class="subxComment">#         argc: *ESP</span>
 <span id="L18" class="LineNr">18 </span><span class="subxComment">#         argv[0]: *(ESP+4)</span>