diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-03-23 17:31:08 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-03-23 17:31:08 -0700 |
commit | 3350c34a74844e21ea69077e01efff3bae64bdcd (patch) | |
tree | fa06ba58542297d1cff6b78958d4547a40a25d21 /html/302stack_allocate.subx.html | |
parent | 62a244211024a8367332541c571621883c05bcce (diff) | |
download | mu-3350c34a74844e21ea69077e01efff3bae64bdcd.tar.gz |
.
Diffstat (limited to 'html/302stack_allocate.subx.html')
-rw-r--r-- | html/302stack_allocate.subx.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/302stack_allocate.subx.html b/html/302stack_allocate.subx.html index 5752a165..0c1822cd 100644 --- a/html/302stack_allocate.subx.html +++ b/html/302stack_allocate.subx.html @@ -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; } -.LineNr { } .SpecialChar { color: #d70000; } -.CommentedCode { color: #8a8a8a; } +.LineNr { } .subxFunction { color: #af5f00; text-decoration: underline; } .Constant { color: #008787; } +.CommentedCode { color: #8a8a8a; } --> </style> @@ -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#L877'>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#L836'>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 |