diff options
Diffstat (limited to 'html/101screen.subx.html')
-rw-r--r-- | html/101screen.subx.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/html/101screen.subx.html b/html/101screen.subx.html index 9224d187..775988d0 100644 --- a/html/101screen.subx.html +++ b/html/101screen.subx.html @@ -1,14 +1,14 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<!DOCTYPE html> <html> <head> -<meta http-equiv="content-type" content="text/html; charset=UTF-8"> +<meta charset="UTF-8"> <title>Mu - 101screen.subx</title> -<meta name="Generator" content="Vim/8.1"> -<meta name="plugin-version" content="vim8.1_v1"> +<meta name="Generator" content="Vim/8.2"> +<meta name="plugin-version" content="vim8.1_v2"> <meta name="syntax" content="none"> -<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy="> +<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback"> <meta name="colorscheme" content="minimal-light"> -<style type="text/css"> +<style> <!-- pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } @@ -16,14 +16,14 @@ a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } .LineNr { } -.SpecialChar { color: #d70000; } -.subxS1Comment { color: #0000af; } .subxFunction { color: #af5f00; text-decoration: underline; } +.subxS1Comment { color: #0000af; } +.SpecialChar { color: #d70000; } .Constant { color: #008787; } --> </style> -<script type='text/javascript'> +<script> <!-- /* function to open any folds containing a jumped-to line before jumping to it */ @@ -67,7 +67,7 @@ if ('onhashchange' in window) { <span id="L10" class="LineNr">10 </span> 55/push-ebp <span id="L11" class="LineNr">11 </span> 89/<- %ebp 4/r32/esp <span id="L12" class="LineNr">12 </span> <span class="subxComment">#</span> -<span id="L13" class="LineNr">13 </span> (<a href='101screen.subx.html#L21'>pixel-on-screen-buffer</a> *<span class="SpecialChar"><a href='boot.subx.html#L650'>Video-memory-addr</a></span> *(ebp+8) *(ebp+0xc) *(ebp+0x10) 0x400 0x300) +<span id="L13" class="LineNr">13 </span> (<a href='101screen.subx.html#L21'>pixel-on-screen-buffer</a> *<span class="SpecialChar"><a href='boot.subx.html#L651'>Video-memory-addr</a></span> *(ebp+8) *(ebp+0xc) *(ebp+0x10) 0x400 0x300) <span id="L14" class="LineNr">14 </span><span class="Constant">$pixel-on-real-screen:end</span>: <span id="L15" class="LineNr">15 </span> <span class="subxS1Comment"># . epilogue</span> <span id="L16" class="LineNr">16 </span> 89/<- %esp 5/r32/ebp |