diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-11-09 09:23:31 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-11-09 09:23:31 -0800 |
commit | 3ff2fe607c2cb5690d201d3b83ddcc957e949b7a (patch) | |
tree | 2dd6019731bad313ecf0423d6063c9d0fa0bb77e /html/315stack-debug.subx.html | |
parent | ef8fd8851a883eefd7bd55ffc31d6e00f67d50a8 (diff) | |
download | mu-3ff2fe607c2cb5690d201d3b83ddcc957e949b7a.tar.gz |
.
Diffstat (limited to 'html/315stack-debug.subx.html')
-rw-r--r-- | html/315stack-debug.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/315stack-debug.subx.html b/html/315stack-debug.subx.html index 0a588178..87402fa2 100644 --- a/html/315stack-debug.subx.html +++ b/html/315stack-debug.subx.html @@ -95,7 +95,7 @@ if ('onhashchange' in window) { <span id="L37" class="LineNr"> 37 </span> (<a href='500fake-screen.mu.html#L253'>cursor-position</a> 0) <span class="subxComment"># => eax, ecx</span> <span id="L38" class="LineNr"> 38 </span> <span class="subxComment"># print at top-right</span> <span id="L39" class="LineNr"> 39 </span> (<a href='500fake-screen.mu.html#L269'>set-cursor-position</a> 0 0x70 0) -<span id="L40" class="LineNr"> 40 </span> (<a href='501draw-text.mu.html#L394'>draw-int32-hex-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 %edx 0xf 0xc) +<span id="L40" class="LineNr"> 40 </span> (<a href='501draw-text.mu.html#L387'>draw-int32-hex-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 %edx 0xf 0xc) <span id="L41" class="LineNr"> 41 </span> <span class="subxComment"># restore cursor position</span> <span id="L42" class="LineNr"> 42 </span> (<a href='500fake-screen.mu.html#L269'>set-cursor-position</a> %eax %ecx) <span id="L43" class="LineNr"> 43 </span><span class="Constant">$show-stack-state:end</span>: @@ -122,7 +122,7 @@ if ('onhashchange' in window) { <span id="L64" class="LineNr"> 64 </span> { <span id="L65" class="LineNr"> 65 </span> 81 7/subop/compare *<span class="SpecialChar"><a href='315stack-debug.subx.html#L121'>Really-debug-print</a></span> 0/imm32/false <span id="L66" class="LineNr"> 66 </span> 74/jump-if-= <span class="Constant">break</span>/disp8 -<span id="L67" class="LineNr"> 67 </span> (<a href='501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 *(ebp+8) *(ebp+0xc) *(ebp+0x10)) +<span id="L67" class="LineNr"> 67 </span> (<a href='501draw-text.mu.html#L332'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 *(ebp+8) *(ebp+0xc) *(ebp+0x10)) <span id="L68" class="LineNr"> 68 </span> <span class="subxComment"># clear the screen and continue if we got too close to the bottom</span> <span id="L69" class="LineNr"> 69 </span> (<a href='500fake-screen.mu.html#L253'>cursor-position</a> 0) <span class="subxComment"># => eax, ecx</span> <span id="L70" class="LineNr"> 70 </span> 81 7/subop/compare %ecx 0x28/imm32 |