diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-14 09:42:36 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-14 09:42:36 -0700 |
commit | ce2c1efc41470764126e9a1a7f4e0cfec4213587 (patch) | |
tree | 84a2fb9475ad6326571a628bfc36e9cf1d757e7f /html/subx/057write.subx.html | |
parent | c4412d299ee983da5bfca64f33cf6f3eb478d232 (diff) | |
download | mu-ce2c1efc41470764126e9a1a7f4e0cfec4213587.tar.gz |
.
Diffstat (limited to 'html/subx/057write.subx.html')
-rw-r--r-- | html/subx/057write.subx.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/html/subx/057write.subx.html b/html/subx/057write.subx.html index f63f2d25..4ab4e83d 100644 --- a/html/subx/057write.subx.html +++ b/html/subx/057write.subx.html @@ -3,8 +3,8 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - subx/057write.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,14 +15,14 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } -.subxS2Comment { color: #8a8a8a; } -.subxMinorFunction { color: #875f5f; } -.LineNr { } .subxS1Comment { color: #0000af; } -.subxFunction { color: #af5f00; text-decoration: underline; } +.LineNr { } .subxTest { color: #5f8700; } -.Constant { color: #008787; } .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; } +.subxFunction { color: #af5f00; text-decoration: underline; } +.Constant { color: #008787; } +.subxMinorFunction { color: #875f5f; } +.subxS2Comment { color: #8a8a8a; } --> </style> @@ -39,7 +39,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. */ @@ -119,7 +119,7 @@ if ('onhashchange' in window) { <span id="L59" class="LineNr"> 59 </span> 8d/copy-address 1/mod/*+disp8 4/rm32/sib 1/base/ECX 2/index/EDX <span class="Normal"> . </span> 3/r32/EBX 0xc/disp8 <span class="Normal"> . </span> <span class="subxComment"># copy ECX+EDX+12 to EBX</span> <span id="L60" class="LineNr"> 60 </span> 53/push-EBX <span id="L61" class="LineNr"> 61 </span> <span class="subxS2Comment"># . . call</span> -<span id="L62" class="LineNr"> 62 </span> e8/call <a href='056trace.subx.html#L269'>_append-3</a>/disp32 +<span id="L62" class="LineNr"> 62 </span> e8/call <a href='056trace.subx.html#L881'>_append-3</a>/disp32 <span id="L63" class="LineNr"> 63 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L64" class="LineNr"> 64 </span> 81 0/subop/add 3/mod/direct 4/rm32/ESP <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 0xc/imm32 <span class="subxComment"># add to ESP</span> <span id="L65" class="LineNr"> 65 </span> <span class="subxComment"># f->write += EAX</span> |