about summary refs log tree commit diff stats
path: root/html/317abort.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-05-31 10:47:05 -0700
committerKartik Agaram <vc@akkartik.com>2021-05-31 10:47:05 -0700
commit82171a0fdfa28251cbc360dcf205392fee2c7eeb (patch)
treeacd7a83caa802ec1a24fc02570669f6228678375 /html/317abort.subx.html
parente3c74453309a685594b93f344cba9cb59b7ac456 (diff)
downloadmu-82171a0fdfa28251cbc360dcf205392fee2c7eeb.tar.gz
.
Diffstat (limited to 'html/317abort.subx.html')
-rw-r--r--html/317abort.subx.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/html/317abort.subx.html b/html/317abort.subx.html
index f53236b1..ddc1b979 100644
--- a/html/317abort.subx.html
+++ b/html/317abort.subx.html
@@ -66,7 +66,7 @@ if ('onhashchange' in window) {
 <span id="L8" class="LineNr">  8 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L9" class="LineNr">  9 </span>    <span class="subxComment">#</span>
 <span id="L10" class="LineNr"> 10 </span>    (<a href='103grapheme.subx.html#L109'>set-cursor-position-on-real-screen</a> 0 0)
-<span id="L11" class="LineNr"> 11 </span>    (<a href='501draw-text.mu.html#L258'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 *(ebp+8) 0xf 0xc)  <span class="subxComment"># 0/real-screen, 0xf/fg=white, 0xc/bg=red</span>
+<span id="L11" class="LineNr"> 11 </span>    (<a href='501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 *(ebp+8) 0xf 0xc)  <span class="subxComment"># 0/real-screen, 0xf/fg=white, 0xc/bg=red</span>
 <span id="L12" class="LineNr"> 12 </span>    (<a href='317abort.subx.html#L21'>dump-call-stack</a>)
 <span id="L13" class="LineNr"> 13 </span>    <span class="subxComment"># crash</span>
 <span id="L14" class="LineNr"> 14 </span>    {
@@ -101,9 +101,9 @@ if ('onhashchange' in window) {
 <span id="L43" class="LineNr"> 43 </span>      81 7/subop/compare %ebx 0/imm32
 <span id="L44" class="LineNr"> 44 </span>      0f 84/jump-if-= <span class="Constant">break</span>/disp32
 <span id="L45" class="LineNr"> 45 </span>      <span class="subxComment"># loop body</span>
-<span id="L46" class="LineNr"> 46 </span>      (<a href='501draw-text.mu.html#L258'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;\n&quot;</span> 0 0xc)
-<span id="L47" class="LineNr"> 47 </span>      (<a href='501draw-text.mu.html#L312'>draw-int32-hex-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 *(ebx+4) 0xf 0xc)
-<span id="L48" class="LineNr"> 48 </span>      (<a href='501draw-text.mu.html#L258'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot; &quot;</span> 0 0xc)
+<span id="L46" class="LineNr"> 46 </span>      (<a href='501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;\n&quot;</span> 0 0xc)
+<span id="L47" class="LineNr"> 47 </span>      (<a href='501draw-text.mu.html#L333'>draw-int32-hex-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 *(ebx+4) 0xf 0xc)
+<span id="L48" class="LineNr"> 48 </span>      (<a href='501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot; &quot;</span> 0 0xc)
 <span id="L49" class="LineNr"> 49 </span>      (<a href='317abort.subx.html#L236'>containing-function</a> %edx *(ebx+4))  <span class="subxComment"># =&gt; eax, ecx</span>
 <span id="L50" class="LineNr"> 50 </span>      (<a href='317abort.subx.html#L297'>draw-slice-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 %eax %ecx 0 0xc)
 <span id="L51" class="LineNr"> 51 </span>      <span class="subxComment"># loop update</span>
@@ -140,10 +140,10 @@ if ('onhashchange' in window) {
 <span id="L82" class="LineNr"> 82 </span>    c7 0/subop/copy *(ecx+4) 0/imm32  <span class="subxComment"># read index</span>
 <span id="L83" class="LineNr"> 83 </span>    c7 0/subop/copy *(ecx+8) 0x01000000/imm32  <span class="subxComment"># stream capacity = 16MB</span>
 <span id="L84" class="LineNr"> 84 </span>    <span class="subxComment"># load 0x400 sectors starting from sector 10080 = 0x2760</span>
-<span id="L85" class="LineNr"> 85 </span>    (<a href='boot.subx.html#L946'>load-sectors</a> <span class="SpecialChar"><a href='boot.subx.html#L894'>Primary-bus-primary-drive</a></span> 0x2760 0x100 %ecx)
-<span id="L86" class="LineNr"> 86 </span>    (<a href='boot.subx.html#L946'>load-sectors</a> <span class="SpecialChar"><a href='boot.subx.html#L894'>Primary-bus-primary-drive</a></span> 0x2860 0x100 %ecx)
-<span id="L87" class="LineNr"> 87 </span>    (<a href='boot.subx.html#L946'>load-sectors</a> <span class="SpecialChar"><a href='boot.subx.html#L894'>Primary-bus-primary-drive</a></span> 0x2960 0x100 %ecx)
-<span id="L88" class="LineNr"> 88 </span>    (<a href='boot.subx.html#L946'>load-sectors</a> <span class="SpecialChar"><a href='boot.subx.html#L894'>Primary-bus-primary-drive</a></span> 0x2a60 0x100 %ecx)
+<span id="L85" class="LineNr"> 85 </span>    (<a href='boot.subx.html#L960'>load-sectors</a> <span class="SpecialChar"><a href='boot.subx.html#L908'>Primary-bus-primary-drive</a></span> 0x2760 0x100 %ecx)
+<span id="L86" class="LineNr"> 86 </span>    (<a href='boot.subx.html#L960'>load-sectors</a> <span class="SpecialChar"><a href='boot.subx.html#L908'>Primary-bus-primary-drive</a></span> 0x2860 0x100 %ecx)
+<span id="L87" class="LineNr"> 87 </span>    (<a href='boot.subx.html#L960'>load-sectors</a> <span class="SpecialChar"><a href='boot.subx.html#L908'>Primary-bus-primary-drive</a></span> 0x2960 0x100 %ecx)
+<span id="L88" class="LineNr"> 88 </span>    (<a href='boot.subx.html#L960'>load-sectors</a> <span class="SpecialChar"><a href='boot.subx.html#L908'>Primary-bus-primary-drive</a></span> 0x2a60 0x100 %ecx)
 <span id="L89" class="LineNr"> 89 </span>    <span class="subxH1Comment"># - parse pointers to portions of this stream into labels</span>
 <span id="L90" class="LineNr"> 90 </span>    <span class="subxComment"># var curr/ecx: (addr byte) = s-&gt;data</span>
 <span id="L91" class="LineNr"> 91 </span>    81 0/subop/add %ecx 0xc/imm32
@@ -193,7 +193,7 @@ if ('onhashchange' in window) {
 <span id="L135" class="LineNr">135 </span>      3d/compare-eax-and 0/imm32
 <span id="L136" class="LineNr">136 </span>      {
 <span id="L137" class="LineNr">137 </span>        75/jump-if-!= <span class="Constant">break</span>/disp8
-<span id="L138" class="LineNr">138 </span>        (<a href='501draw-text.mu.html#L258'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;done loading&quot;</span> 7 0)
+<span id="L138" class="LineNr">138 </span>        (<a href='501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;done loading&quot;</span> 7 0)
 <span id="L139" class="LineNr">139 </span>        {
 <span id="L140" class="LineNr">140 </span>          eb/jump <span class="Constant">loop</span>/disp8
 <span id="L141" class="LineNr">141 </span>        }
@@ -201,7 +201,7 @@ if ('onhashchange' in window) {
 <span id="L143" class="LineNr">143 </span>      3d/compare-eax-and 0xa/imm32/newline
 <span id="L144" class="LineNr">144 </span>      {
 <span id="L145" class="LineNr">145 </span>        75/jump-if-!= <span class="Constant">break</span>/disp8
-<span id="L146" class="LineNr">146 </span>        (<a href='501draw-text.mu.html#L258'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;unexpected newline&quot;</span> 7 0)
+<span id="L146" class="LineNr">146 </span>        (<a href='501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;unexpected newline&quot;</span> 7 0)
 <span id="L147" class="LineNr">147 </span>        {
 <span id="L148" class="LineNr">148 </span>          eb/jump <span class="Constant">loop</span>/disp8
 <span id="L149" class="LineNr">149 </span>        }
@@ -234,7 +234,7 @@ if ('onhashchange' in window) {
 <span id="L176" class="LineNr">176 </span>      3d/compare-eax-and 0/imm32
 <span id="L177" class="LineNr">177 </span>      {
 <span id="L178" class="LineNr">178 </span>        75/jump-if-!= <span class="Constant">break</span>/disp8
-<span id="L179" class="LineNr">179 </span>        (<a href='501draw-text.mu.html#L258'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;done loading&quot;</span> 7 0)
+<span id="L179" class="LineNr">179 </span>        (<a href='501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;done loading&quot;</span> 7 0)
 <span id="L180" class="LineNr">180 </span>        {
 <span id="L181" class="LineNr">181 </span>          eb/jump <span class="Constant">loop</span>/disp8
 <span id="L182" class="LineNr">182 </span>        }
@@ -242,7 +242,7 @@ if ('onhashchange' in window) {
 <span id="L184" class="LineNr">184 </span>      3d/compare-eax-and 0x20/imm32/space
 <span id="L185" class="LineNr">185 </span>      {
 <span id="L186" class="LineNr">186 </span>        75/jump-if-!= <span class="Constant">break</span>/disp8
-<span id="L187" class="LineNr">187 </span>        (<a href='501draw-text.mu.html#L258'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;unexpected space&quot;</span> 7 0)
+<span id="L187" class="LineNr">187 </span>        (<a href='501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;unexpected space&quot;</span> 7 0)
 <span id="L188" class="LineNr">188 </span>        {
 <span id="L189" class="LineNr">189 </span>          eb/jump <span class="Constant">loop</span>/disp8
 <span id="L190" class="LineNr">190 </span>        }
@@ -313,8 +313,8 @@ if ('onhashchange' in window) {
 <span id="L255" class="LineNr">255 </span>      39/compare %ecx 2/r32/edx
 <span id="L256" class="LineNr">256 </span>      {
 <span id="L257" class="LineNr">257 </span>        0f 82/jump-if-addr&lt; <span class="Constant">break</span>/disp32
-<span id="L258" class="LineNr">258 </span>        (<a href='501draw-text.mu.html#L258'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;failed to find function for address &quot;</span> 7 0)
-<span id="L259" class="LineNr">259 </span>        (<a href='501draw-text.mu.html#L312'>draw-int32-hex-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 *(ebp+0xc) 7 0)
+<span id="L258" class="LineNr">258 </span>        (<a href='501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 <span class="Constant">&quot;failed to find function for address &quot;</span> 7 0)
+<span id="L259" class="LineNr">259 </span>        (<a href='501draw-text.mu.html#L333'>draw-int32-hex-wrapping-right-then-down-from-cursor-over-full-screen</a> 0 *(ebp+0xc) 7 0)
 <span id="L260" class="LineNr">260 </span>        {
 <span id="L261" class="LineNr">261 </span>          eb/jump <span class="Constant">loop</span>/disp8
 <span id="L262" class="LineNr">262 </span>        }
@@ -373,7 +373,7 @@ if ('onhashchange' in window) {
 <span id="L315" class="LineNr">315 </span>      <span class="subxComment"># print *curr</span>
 <span id="L316" class="LineNr">316 </span>      8a/byte-&gt; *ecx 0/r32/eax
 <span id="L317" class="LineNr">317 </span>      (<a href='501draw-text.mu.html#L84'>draw-grapheme-at-cursor</a> *(ebp+8) %eax *(ebp+0x14) *(ebp+0x18))
-<span id="L318" class="LineNr">318 </span>      (<a href='501draw-text.mu.html#L221'>move-cursor-rightward-and-downward</a> *(ebp+8))
+<span id="L318" class="LineNr">318 </span>      (<a href='501draw-text.mu.html#L242'>move-cursor-rightward-and-downward</a> *(ebp+8))
 <span id="L319" class="LineNr">319 </span>      <span class="subxComment">#</span>
 <span id="L320" class="LineNr">320 </span>      41/increment-ecx
 <span id="L321" class="LineNr">321 </span>      <span class="subxComment">#</span>