about summary refs log tree commit diff stats
path: root/html/apps/ex3.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-12 07:57:27 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-12 07:57:38 -0700
commit86351aafe218a7386f6578be3c4da3edcdcb0c98 (patch)
tree209e27b8ad7ed2a8f733c699b278d19d0f59bf43 /html/apps/ex3.subx.html
parent07dba48f13be2aaa531b3d75a7d48d36e6ab4cb1 (diff)
downloadmu-86351aafe218a7386f6578be3c4da3edcdcb0c98.tar.gz
6513
Diffstat (limited to 'html/apps/ex3.subx.html')
-rw-r--r--html/apps/ex3.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex3.subx.html b/html/apps/ex3.subx.html
index e267f0fe..645e97af 100644
--- a/html/apps/ex3.subx.html
+++ b/html/apps/ex3.subx.html
@@ -85,7 +85,7 @@ if ('onhashchange' in window) {
 <span id="L27" class="LineNr">27 </span>    <span class="subxComment"># ++counter</span>
 <span id="L28" class="LineNr">28 </span>    41/increment-ecx
 <span id="L29" class="LineNr">29 </span>    <span class="subxComment"># loop</span>
-<span id="L30" class="LineNr">30 </span>    eb/jump  $<span class="Constant">loop</span>/disp8
+<span id="L30" class="LineNr">30 </span>    eb/jump  $loop/disp8
 <span id="L31" class="LineNr">31 </span>
 <span id="L32" class="LineNr">32 </span><span class="Constant">$exit</span>:
 <span id="L33" class="LineNr">33 </span>    <span class="subxComment"># exit(ebx)</span>