about summary refs log tree commit diff stats
path: root/html/examples/ex8.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/examples/ex8.subx.html')
-rw-r--r--html/examples/ex8.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/examples/ex8.subx.html b/html/examples/ex8.subx.html
index 29fd713d..2a2c0741 100644
--- a/html/examples/ex8.subx.html
+++ b/html/examples/ex8.subx.html
@@ -109,7 +109,7 @@ if ('onhashchange' in window) {
 <span id="L50" class="LineNr">50 </span>    <span class="subxComment"># ++result</span>
 <span id="L51" class="LineNr">51 </span>    40/increment-eax
 <span id="L52" class="LineNr">52 </span>    <span class="subxComment"># loop</span>
-<span id="L53" class="LineNr">53 </span>    eb/jump  $ascii-length:loop/disp8
+<span id="L53" class="LineNr">53 </span>    eb/jump  $ascii-length:<span class="Constant">loop</span>/disp8
 <span id="L54" class="LineNr">54 </span><span class="Constant">$ascii-length:end</span>:
 <span id="L55" class="LineNr">55 </span>    <span class="subxComment"># return eax</span>
 <span id="L56" class="LineNr">56 </span>    c3/return