diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-20 11:19:30 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-20 11:25:59 -0700 |
commit | 4a4a392dc7c81b301ad6b760525c5549f2f6644c (patch) | |
tree | 9ce3225fd2b87c57090509d0fd42a9d4147d1b2e /html/examples/ex3.subx.html | |
parent | 0ca3aa4acce4f5a1378f87754761197673cdd6db (diff) | |
download | mu-4a4a392dc7c81b301ad6b760525c5549f2f6644c.tar.gz |
5683
Diffstat (limited to 'html/examples/ex3.subx.html')
-rw-r--r-- | html/examples/ex3.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/examples/ex3.subx.html b/html/examples/ex3.subx.html index 5ca5eac7..7c3da099 100644 --- a/html/examples/ex3.subx.html +++ b/html/examples/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 $loop/disp8 +<span id="L30" class="LineNr">30 </span> eb/jump $<span class="Constant">loop</span>/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> |