about summary refs log tree commit diff stats
path: root/html/308allocate-array.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/308allocate-array.subx.html')
-rw-r--r--html/308allocate-array.subx.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/html/308allocate-array.subx.html b/html/308allocate-array.subx.html
index 108b3648..36bd1d02 100644
--- a/html/308allocate-array.subx.html
+++ b/html/308allocate-array.subx.html
@@ -1,28 +1,28 @@
-<!DOCTYPE html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-<meta charset="UTF-8">
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <title>Mu - 308allocate-array.subx</title>
-<meta name="Generator" content="Vim/8.2">
-<meta name="plugin-version" content="vim8.1_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,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback">
+<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
 <meta name="colorscheme" content="minimal-light">
-<style>
+<style type="text/css">
 <!--
 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; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .subxComment { color: #005faf; }
+.subxS1Comment { color: #0000af; }
 .LineNr { }
 .subxFunction { color: #af5f00; text-decoration: underline; }
-.subxS1Comment { color: #0000af; }
 .Constant { color: #008787; }
 -->
 </style>
 
-<script>
+<script type='text/javascript'>
 <!--
 
 /* function to open any folds containing a jumped-to line before jumping to it */
@@ -70,7 +70,7 @@ if ('onhashchange' in window) {
 <span id="L14" class="LineNr">14 </span>    8b/-&gt; *(ebp+0xc) 0/r32/eax
 <span id="L15" class="LineNr">15 </span>    f7 4/subop/multiply-into-edx-eax *(ebp+0x10)
 <span id="L16" class="LineNr">16 </span>    <span class="subxComment"># TODO: check edx for overflow</span>
-<span id="L17" class="LineNr">17 </span>    (<a href='120allocate.subx.html#L556'>allocate-array</a> *(ebp+8) %eax *(ebp+0x14))
+<span id="L17" class="LineNr">17 </span>    (<a href='120allocate.subx.html#L568'>allocate-array</a> *(ebp+8) %eax *(ebp+0x14))
 <span id="L18" class="LineNr">18 </span><span class="Constant">$allocate-array2:end</span>:
 <span id="L19" class="LineNr">19 </span>    <span class="subxS1Comment"># . restore registers</span>
 <span id="L20" class="LineNr">20 </span>    5a/pop-to-edx
5' href='#n195'>195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258