diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-10-11 21:35:16 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-10-11 21:35:16 -0700 |
commit | 132d72d28a63e58ec7f5e6fc955be140ee5844b0 (patch) | |
tree | a169eda8e804e45aaca32bf23df4dcb27b25e255 /html/315stack-debug.subx.html | |
parent | a54b2cb7af733ae053b0aa78eca2bd4a3419d23d (diff) | |
download | mu-132d72d28a63e58ec7f5e6fc955be140ee5844b0.tar.gz |
.
Diffstat (limited to 'html/315stack-debug.subx.html')
-rw-r--r-- | html/315stack-debug.subx.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/html/315stack-debug.subx.html b/html/315stack-debug.subx.html index c7f1e1a9..0a588178 100644 --- a/html/315stack-debug.subx.html +++ b/html/315stack-debug.subx.html @@ -92,12 +92,12 @@ if ('onhashchange' in window) { <span id="L34" class="LineNr"> 34 </span> <span class="subxComment">#</span> <span id="L35" class="LineNr"> 35 </span> 89/<- %edx 4/r32/esp <span id="L36" class="LineNr"> 36 </span> <span class="subxComment"># save old cursor position</span> -<span id="L37" class="LineNr"> 37 </span> (<a href='500fake-screen.mu.html#L251'>cursor-position</a> 0) <span class="subxComment"># => eax, ecx</span> +<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#L267'>set-cursor-position</a> 0 0x70 0) +<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="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#L267'>set-cursor-position</a> %eax %ecx) +<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>: <span id="L44" class="LineNr"> 44 </span> <span class="subxS1Comment"># . restore registers</span> <span id="L45" class="LineNr"> 45 </span> 5a/pop-to-edx @@ -124,11 +124,11 @@ if ('onhashchange' in window) { <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="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#L251'>cursor-position</a> 0) <span class="subxComment"># => eax, ecx</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 <span id="L71" class="LineNr"> 71 </span> 75/jump-if-!= <span class="Constant">break</span>/disp8 -<span id="L72" class="LineNr"> 72 </span> (<a href='500fake-screen.mu.html#L328'>clear-screen</a> 0) -<span id="L73" class="LineNr"> 73 </span> (<a href='500fake-screen.mu.html#L267'>set-cursor-position</a> 0 0 0) +<span id="L72" class="LineNr"> 72 </span> (<a href='500fake-screen.mu.html#L330'>clear-screen</a> 0) +<span id="L73" class="LineNr"> 73 </span> (<a href='500fake-screen.mu.html#L269'>set-cursor-position</a> 0 0 0) <span id="L74" class="LineNr"> 74 </span> } <span id="L75" class="LineNr"> 75 </span><span class="Constant">$debug-print:end</span>: <span id="L76" class="LineNr"> 76 </span> <span class="subxS1Comment"># . restore registers</span> |