about summary refs log tree commit diff stats
path: root/html/subx/055stream.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-14 09:42:36 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-14 09:42:36 -0700
commitce2c1efc41470764126e9a1a7f4e0cfec4213587 (patch)
tree84a2fb9475ad6326571a628bfc36e9cf1d757e7f /html/subx/055stream.subx.html
parentc4412d299ee983da5bfca64f33cf6f3eb478d232 (diff)
downloadmu-ce2c1efc41470764126e9a1a7f4e0cfec4213587.tar.gz
.
Diffstat (limited to 'html/subx/055stream.subx.html')
-rw-r--r--html/subx/055stream.subx.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/html/subx/055stream.subx.html b/html/subx/055stream.subx.html
index e339250c..0ab5f47f 100644
--- a/html/subx/055stream.subx.html
+++ b/html/subx/055stream.subx.html
@@ -3,8 +3,8 @@
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <title>Mu - subx/055stream.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,11 +15,11 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color:
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .subxComment { color: #005faf; }
-.Constant { color: #008787; }
-.LineNr { }
 .subxS1Comment { color: #0000af; }
-.subxFunction { color: #af5f00; text-decoration: underline; }
+.LineNr { }
 .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; }
+.subxFunction { color: #af5f00; text-decoration: underline; }
+.Constant { color: #008787; }
 .subxS2Comment { color: #8a8a8a; }
 -->
 </style>
@@ -37,7 +37,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.
    */
@@ -95,7 +95,7 @@ if ('onhashchange' in window) {
 <span id="L37" class="LineNr">37 </span><span class="Constant">$clear-stream:loop</span>:
 <span id="L38" class="LineNr">38 </span>    <span class="subxComment"># if (EAX &gt;= ECX) break</span>
 <span id="L39" class="LineNr">39 </span>    39/compare                      3/mod/direct    0/rm32/EAX   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          1/r32/ECX  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># compare EAX with ECX</span>
-<span id="L40" class="LineNr">40 </span>    7d/jump-if-greater-or-equal  $clear-stream:end/disp8
+<span id="L40" class="LineNr">40 </span>    73/jump-if-greater-or-equal-unsigned  $clear-stream:end/disp8
 <span id="L41" class="LineNr">41 </span>    <span class="subxComment"># *EAX = 0</span>
 <span id="L42" class="LineNr">42 </span>    c6          0/subop/copy        0/mod/direct    0/rm32/EAX   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              0/imm8            <span class="subxComment"># copy byte to *EAX</span>
 <span id="L43" class="LineNr">43 </span>    <span class="subxComment"># ++EAX</span>