diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-08-15 23:44:43 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-08-15 23:44:43 -0700 |
commit | 52e3ea8a4bec791e4c2d64fb8aca9e26cdf60f25 (patch) | |
tree | 331a98b558b8d638348b3e93ce4ef036ae70130c /html/302stack_allocate.subx.html | |
parent | 8765064d6910c65ea5ed5526b27e9752df000c3d (diff) | |
download | mu-52e3ea8a4bec791e4c2d64fb8aca9e26cdf60f25.tar.gz |
.
Diffstat (limited to 'html/302stack_allocate.subx.html')
-rw-r--r-- | html/302stack_allocate.subx.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/html/302stack_allocate.subx.html b/html/302stack_allocate.subx.html index 78165198..67a2df92 100644 --- a/html/302stack_allocate.subx.html +++ b/html/302stack_allocate.subx.html @@ -1,29 +1,29 @@ -<!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 - 302stack_allocate.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; } +.SpecialChar { color: #d70000; } .LineNr { } .subxFunction { color: #af5f00; text-decoration: underline; } -.SpecialChar { color: #d70000; } .Constant { color: #008787; } .CommentedCode { color: #8a8a8a; } --> </style> -<script> +<script type='text/javascript'> <!-- /* function to open any folds containing a jumped-to line before jumping to it */ @@ -104,7 +104,7 @@ if ('onhashchange' in window) { <span id="L47" class="LineNr">47 </span> 89/<- *<span class="SpecialChar"><a href='302stack_allocate.subx.html#L58'>Push-n-zero-bytes-esp</a></span> 4/r32/esp <span id="L48" class="LineNr">48 </span> 81 0/subop/add *<span class="SpecialChar"><a href='302stack_allocate.subx.html#L58'>Push-n-zero-bytes-esp</a></span> 4/imm32 <span id="L49" class="LineNr">49 </span> 81 0/subop/add *(ebp+4) 4/imm32 -<span id="L50" class="LineNr">50 </span> (<a href='120allocate.subx.html#L857'>zero-out</a> *<span class="SpecialChar"><a href='302stack_allocate.subx.html#L58'>Push-n-zero-bytes-esp</a></span> *(ebp+4)) <span class="subxComment"># n+4</span> +<span id="L50" class="LineNr">50 </span> (<a href='120allocate.subx.html#L869'>zero-out</a> *<span class="SpecialChar"><a href='302stack_allocate.subx.html#L58'>Push-n-zero-bytes-esp</a></span> *(ebp+4)) <span class="subxComment"># n+4</span> <span id="L51" class="LineNr">51 </span><span class="Constant">$push-n-zero-bytes:epilogue</span>: <span id="L52" class="LineNr">52 </span> 8b/-> *<span class="SpecialChar"><a href='302stack_allocate.subx.html#L56'>Push-n-zero-bytes-ebp</a></span> 5/r32/ebp <span class="subxComment"># restore spill</span> <span id="L53" class="LineNr">53 </span> c3/return |