diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-10-28 13:41:53 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-10-28 13:41:53 -0700 |
commit | 4c37b3e91b3e9c891c22379f029c42abc38e408c (patch) | |
tree | 4ec99b816d7a0d1c93107e16ea1d79e4231e6962 /html/subx/055trace.subx.html | |
parent | 172e52c47bd5bd1b189c5160ffda30eb75c39239 (diff) | |
download | mu-4c37b3e91b3e9c891c22379f029c42abc38e408c.tar.gz |
4734
Diffstat (limited to 'html/subx/055trace.subx.html')
-rw-r--r-- | html/subx/055trace.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/055trace.subx.html b/html/subx/055trace.subx.html index b5ee6e66..1719cd50 100644 --- a/html/subx/055trace.subx.html +++ b/html/subx/055trace.subx.html @@ -109,11 +109,11 @@ if ('onhashchange' in window) { <span id="L54" class="LineNr"> 54 </span><span class="Comment"># The Trace-stream segment will consist of variable-length lines separated by newlines (0x0a)</span> <span id="L55" class="LineNr"> 55 </span>initialize-trace-stream: <span id="L56" class="LineNr"> 56 </span> <span class="Comment"># EAX = new-segment(0x1000)</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Comment"># push arg</span> +<span id="L57" class="LineNr"> 57 </span> <span class="Comment"># push args</span> <span id="L58" class="LineNr"> 58 </span> 68/push 0x1000/imm32/N <span id="L59" class="LineNr"> 59 </span> <span class="Comment"># call</span> <span id="L60" class="LineNr"> 60 </span> e8/call new-segment/disp32 -<span id="L61" class="LineNr"> 61 </span> <span class="Comment"># discard arg</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Comment"># discard args</span> <span id="L62" class="LineNr"> 62 </span> 81 0/subop/add 3/mod/direct 4/rm32/ESP <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> 4/imm32 <span class="Comment"># add to ESP</span> <span id="L63" class="LineNr"> 63 </span> <span class="Comment"># copy EAX to *Trace-stream</span> <span id="L64" class="LineNr"> 64 </span> 89/copy 0/mod/indirect 5/rm32/.disp32 <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> 0/r32/EAX Trace-stream/disp32 <span class="Comment"># copy EAX to *Trace-stream</span> |