about summary refs log tree commit diff stats
path: root/html/311decimal-int.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-03-23 17:31:08 -0700
committerKartik Agaram <vc@akkartik.com>2021-03-23 17:31:08 -0700
commit3350c34a74844e21ea69077e01efff3bae64bdcd (patch)
treefa06ba58542297d1cff6b78958d4547a40a25d21 /html/311decimal-int.subx.html
parent62a244211024a8367332541c571621883c05bcce (diff)
downloadmu-3350c34a74844e21ea69077e01efff3bae64bdcd.tar.gz
.
Diffstat (limited to 'html/311decimal-int.subx.html')
-rw-r--r--html/311decimal-int.subx.html63
1 files changed, 31 insertions, 32 deletions
diff --git a/html/311decimal-int.subx.html b/html/311decimal-int.subx.html
index 1563386c..2626adf5 100644
--- a/html/311decimal-int.subx.html
+++ b/html/311decimal-int.subx.html
@@ -14,15 +14,15 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.subxComment { color: #005faf; }
 .SpecialChar { color: #d70000; }
+.subxComment { color: #005faf; }
+.subxS1Comment { color: #0000af; }
 .LineNr { }
+.subxH1Comment { color: #005faf; text-decoration: underline; }
+.subxMinorFunction { color: #875f5f; }
 .subxTest { color: #5f8700; }
-.subxS1Comment { color: #0000af; }
 .subxFunction { color: #af5f00; text-decoration: underline; }
 .Constant { color: #008787; }
-.subxMinorFunction { color: #875f5f; }
-.subxH1Comment { color: #005faf; text-decoration: underline; }
 -->
 </style>
 
@@ -184,10 +184,10 @@ if ('onhashchange' in window) {
 <span id="L124" class="LineNr">124 </span>      <span class="subxComment"># if (curr &gt;= in-&gt;end) break</span>
 <span id="L125" class="LineNr">125 </span>      39/compare %esi 7/r32/edi
 <span id="L126" class="LineNr">126 </span>      73/jump-if-addr&gt;= <span class="Constant">break</span>/disp8
-<span id="L127" class="LineNr">127 </span>      <span class="subxComment"># if !is-decimal-digit?(*curr) return 0</span>
+<span id="L127" class="LineNr">127 </span>      <span class="subxComment"># if !decimal-digit?(*curr) return 0</span>
 <span id="L128" class="LineNr">128 </span>      8a/copy-byte *esi 1/r32/CL
 <span id="L129" class="LineNr">129 </span>      50/push-eax
-<span id="L130" class="LineNr">130 </span>      (<a href='126write-int-decimal.subx.html#L306'>is-decimal-digit?</a> %ecx)  <span class="subxComment"># =&gt; eax</span>
+<span id="L130" class="LineNr">130 </span>      (<a href='126write-int-decimal.subx.html#L299'>decimal-digit?</a> %ecx)  <span class="subxComment"># =&gt; eax</span>
 <span id="L131" class="LineNr">131 </span>      {
 <span id="L132" class="LineNr">132 </span>        3d/compare-eax-and 0/imm32/false
 <span id="L133" class="LineNr">133 </span>        75/jump-if-!= <span class="Constant">break</span>/disp8
@@ -247,7 +247,7 @@ if ('onhashchange' in window) {
 <span id="L187" class="LineNr">187 </span>    89/&lt;- %ecx 4/r32/esp
 <span id="L188" class="LineNr">188 </span>    <span class="subxComment">#</span>
 <span id="L189" class="LineNr">189 </span>    (<a href='311decimal-int.subx.html#L4'>parse-decimal-int-from-slice</a> %ecx)  <span class="subxComment"># =&gt; eax</span>
-<span id="L190" class="LineNr">190 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> %eax 3 <span class="Constant">&quot;F - test-parse-decimal-int-from-slice-single-digit&quot;</span>)
+<span id="L190" class="LineNr">190 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> %eax 3 <span class="Constant">&quot;F - test-parse-decimal-int-from-slice-single-digit&quot;</span>)
 <span id="L191" class="LineNr">191 </span><span class="Constant">$test-parse-decimal-int-helper-single-digit:end</span>:
 <span id="L192" class="LineNr">192 </span>    <span class="subxS1Comment"># . restore registers</span>
 <span id="L193" class="LineNr">193 </span>    59/pop-to-ecx
@@ -275,7 +275,7 @@ if ('onhashchange' in window) {
 <span id="L215" class="LineNr">215 </span>    89/&lt;- %ecx 4/r32/esp
 <span id="L216" class="LineNr">216 </span>    <span class="subxComment">#</span>
 <span id="L217" class="LineNr">217 </span>    (<a href='311decimal-int.subx.html#L4'>parse-decimal-int-from-slice</a> %ecx)  <span class="subxComment"># =&gt; eax</span>
-<span id="L218" class="LineNr">218 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> %eax 0x22 <span class="Constant">&quot;F - test-parse-decimal-int-from-slice-multi-digit&quot;</span>)  <span class="subxComment"># 34 in hex</span>
+<span id="L218" class="LineNr">218 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> %eax 0x22 <span class="Constant">&quot;F - test-parse-decimal-int-from-slice-multi-digit&quot;</span>)  <span class="subxComment"># 34 in hex</span>
 <span id="L219" class="LineNr">219 </span><span class="Constant">$test-parse-decimal-int-helper-multi-digit:end</span>:
 <span id="L220" class="LineNr">220 </span>    <span class="subxS1Comment"># . restore registers</span>
 <span id="L221" class="LineNr">221 </span>    59/pop-to-ecx
@@ -303,7 +303,7 @@ if ('onhashchange' in window) {
 <span id="L243" class="LineNr">243 </span>    89/&lt;- %ecx 4/r32/esp
 <span id="L244" class="LineNr">244 </span>    <span class="subxComment">#</span>
 <span id="L245" class="LineNr">245 </span>    (<a href='311decimal-int.subx.html#L4'>parse-decimal-int-from-slice</a> %ecx)  <span class="subxComment"># =&gt; eax</span>
-<span id="L246" class="LineNr">246 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> %eax 0 <span class="Constant">&quot;F - test-parse-decimal-int-from-slice-zero&quot;</span>)
+<span id="L246" class="LineNr">246 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> %eax 0 <span class="Constant">&quot;F - test-parse-decimal-int-from-slice-zero&quot;</span>)
 <span id="L247" class="LineNr">247 </span><span class="Constant">$test-parse-decimal-int-helper-zero:end</span>:
 <span id="L248" class="LineNr">248 </span>    <span class="subxS1Comment"># . restore registers</span>
 <span id="L249" class="LineNr">249 </span>    59/pop-to-ecx
@@ -331,7 +331,7 @@ if ('onhashchange' in window) {
 <span id="L271" class="LineNr">271 </span>    89/&lt;- %ecx 4/r32/esp
 <span id="L272" class="LineNr">272 </span>    <span class="subxComment">#</span>
 <span id="L273" class="LineNr">273 </span>    (<a href='311decimal-int.subx.html#L4'>parse-decimal-int-from-slice</a> %ecx)  <span class="subxComment"># =&gt; eax</span>
-<span id="L274" class="LineNr">274 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> %eax -3 <span class="Constant">&quot;F - test-parse-decimal-int-from-slice-negative&quot;</span>)
+<span id="L274" class="LineNr">274 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> %eax -3 <span class="Constant">&quot;F - test-parse-decimal-int-from-slice-negative&quot;</span>)
 <span id="L275" class="LineNr">275 </span><span class="Constant">$test-parse-decimal-int-helper-negative:end</span>:
 <span id="L276" class="LineNr">276 </span>    <span class="subxS1Comment"># . restore registers</span>
 <span id="L277" class="LineNr">277 </span>    59/pop-to-ecx
@@ -359,7 +359,7 @@ if ('onhashchange' in window) {
 <span id="L299" class="LineNr">299 </span>    89/&lt;- %ecx 4/r32/esp
 <span id="L300" class="LineNr">300 </span>    <span class="subxComment">#</span>
 <span id="L301" class="LineNr">301 </span>    (<a href='311decimal-int.subx.html#L4'>parse-decimal-int-from-slice</a> %ecx)  <span class="subxComment"># =&gt; eax</span>
-<span id="L302" class="LineNr">302 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> %eax -0x20 <span class="Constant">&quot;F - test-parse-decimal-int-from-slice-multi-digit-negative&quot;</span>)  <span class="subxComment"># -32 in hex</span>
+<span id="L302" class="LineNr">302 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> %eax -0x20 <span class="Constant">&quot;F - test-parse-decimal-int-from-slice-multi-digit-negative&quot;</span>)  <span class="subxComment"># -32 in hex</span>
 <span id="L303" class="LineNr">303 </span><span class="Constant">$test-parse-decimal-int-helper-multi-digit-negative:end</span>:
 <span id="L304" class="LineNr">304 </span>    <span class="subxS1Comment"># . restore registers</span>
 <span id="L305" class="LineNr">305 </span>    59/pop-to-ecx
@@ -427,7 +427,7 @@ if ('onhashchange' in window) {
 <span id="L367" class="LineNr">367 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L368" class="LineNr">368 </span>    <span class="subxComment">#</span>
 <span id="L369" class="LineNr">369 </span>    (<a href='311decimal-int.subx.html#L312'>decimal-size</a> 0)  <span class="subxComment"># =&gt; eax</span>
-<span id="L370" class="LineNr">370 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> %eax 1 <span class="Constant">&quot;F - test-decimal-size-of-zero&quot;</span>)
+<span id="L370" class="LineNr">370 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> %eax 1 <span class="Constant">&quot;F - test-decimal-size-of-zero&quot;</span>)
 <span id="L371" class="LineNr">371 </span><span class="Constant">$test-decimal-size-of-zero:end</span>:
 <span id="L372" class="LineNr">372 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L373" class="LineNr">373 </span>    89/&lt;- %esp 5/r32/ebp
@@ -440,7 +440,7 @@ if ('onhashchange' in window) {
 <span id="L380" class="LineNr">380 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L381" class="LineNr">381 </span>    <span class="subxComment">#</span>
 <span id="L382" class="LineNr">382 </span>    (<a href='311decimal-int.subx.html#L312'>decimal-size</a> 4)  <span class="subxComment"># =&gt; eax</span>
-<span id="L383" class="LineNr">383 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> %eax 1 <span class="Constant">&quot;F - test-decimal-size-single-digit&quot;</span>)
+<span id="L383" class="LineNr">383 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> %eax 1 <span class="Constant">&quot;F - test-decimal-size-single-digit&quot;</span>)
 <span id="L384" class="LineNr">384 </span><span class="Constant">$test-decimal-size-single-digit:end</span>:
 <span id="L385" class="LineNr">385 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L386" class="LineNr">386 </span>    89/&lt;- %esp 5/r32/ebp
@@ -453,7 +453,7 @@ if ('onhashchange' in window) {
 <span id="L393" class="LineNr">393 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L394" class="LineNr">394 </span>    <span class="subxComment">#</span>
 <span id="L395" class="LineNr">395 </span>    (<a href='311decimal-int.subx.html#L312'>decimal-size</a> 0xa)  <span class="subxComment"># =&gt; eax</span>
-<span id="L396" class="LineNr">396 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> %eax 2 <span class="Constant">&quot;F - test-decimal-size-multi-digit&quot;</span>)
+<span id="L396" class="LineNr">396 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> %eax 2 <span class="Constant">&quot;F - test-decimal-size-multi-digit&quot;</span>)
 <span id="L397" class="LineNr">397 </span><span class="Constant">$test-decimal-size-multi-digit:end</span>:
 <span id="L398" class="LineNr">398 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L399" class="LineNr">399 </span>    89/&lt;- %esp 5/r32/ebp
@@ -466,7 +466,7 @@ if ('onhashchange' in window) {
 <span id="L406" class="LineNr">406 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L407" class="LineNr">407 </span>    <span class="subxComment">#</span>
 <span id="L408" class="LineNr">408 </span>    (<a href='311decimal-int.subx.html#L312'>decimal-size</a> -4)  <span class="subxComment"># =&gt; eax</span>
-<span id="L409" class="LineNr">409 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> %eax 2 <span class="Constant">&quot;F - test-decimal-size-single-digit-negative&quot;</span>)
+<span id="L409" class="LineNr">409 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> %eax 2 <span class="Constant">&quot;F - test-decimal-size-single-digit-negative&quot;</span>)
 <span id="L410" class="LineNr">410 </span><span class="Constant">$test-decimal-size-single-digit-negative:end</span>:
 <span id="L411" class="LineNr">411 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L412" class="LineNr">412 </span>    89/&lt;- %esp 5/r32/ebp
@@ -479,7 +479,7 @@ if ('onhashchange' in window) {
 <span id="L419" class="LineNr">419 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L420" class="LineNr">420 </span>    <span class="subxComment">#</span>
 <span id="L421" class="LineNr">421 </span>    (<a href='311decimal-int.subx.html#L312'>decimal-size</a> -0xa)  <span class="subxComment"># =&gt; eax</span>
-<span id="L422" class="LineNr">422 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> %eax 3 <span class="Constant">&quot;F - test-decimal-size-multi-digit-negative&quot;</span>)
+<span id="L422" class="LineNr">422 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> %eax 3 <span class="Constant">&quot;F - test-decimal-size-multi-digit-negative&quot;</span>)
 <span id="L423" class="LineNr">423 </span><span class="Constant">$test-decimal-size-multi-digit-negative:end</span>:
 <span id="L424" class="LineNr">424 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L425" class="LineNr">425 </span>    89/&lt;- %esp 5/r32/ebp
@@ -536,19 +536,19 @@ if ('onhashchange' in window) {
 <span id="L476" class="LineNr">476 </span>    39/compare %ecx 2/r32/edx
 <span id="L477" class="LineNr">477 </span>    73/jump-if-addr&gt;= $_parse-array-of-decimal-ints:break1/disp8
 <span id="L478" class="LineNr">478 </span>    <span class="subxComment"># curr = skip-chars-matching-in-slice(curr, end, ' ')</span>
-<span id="L479" class="LineNr">479 </span>    (<a href='124next-token.subx.html#L804'>skip-chars-matching-in-slice</a> %ecx %edx 0x20)  <span class="subxComment"># =&gt; eax</span>
+<span id="L479" class="LineNr">479 </span>    (<a href='124next-token.subx.html#L651'>skip-chars-matching-in-slice</a> %ecx %edx 0x20)  <span class="subxComment"># =&gt; eax</span>
 <span id="L480" class="LineNr">480 </span>    89/&lt;- %ecx 0/r32/eax
 <span id="L481" class="LineNr">481 </span>    <span class="subxComment"># if (curr &gt;= end) break</span>
 <span id="L482" class="LineNr">482 </span>    39/compare %ecx 2/r32/edx
 <span id="L483" class="LineNr">483 </span>    73/jump-if-addr&gt;= $_parse-array-of-decimal-ints:break1/disp8
 <span id="L484" class="LineNr">484 </span>    <span class="subxComment"># curr = skip-chars-not-matching-in-slice(curr, end, ' ')</span>
-<span id="L485" class="LineNr">485 </span>    (<a href='124next-token.subx.html#L973'>skip-chars-not-matching-in-slice</a> %ecx %edx 0x20)  <span class="subxComment"># =&gt; eax</span>
+<span id="L485" class="LineNr">485 </span>    (<a href='124next-token.subx.html#L820'>skip-chars-not-matching-in-slice</a> %ecx %edx 0x20)  <span class="subxComment"># =&gt; eax</span>
 <span id="L486" class="LineNr">486 </span>    89/&lt;- %ecx 0/r32/eax
 <span id="L487" class="LineNr">487 </span>    <span class="subxComment"># size += 4</span>
 <span id="L488" class="LineNr">488 </span>    81 0/subop/add %ebx 4/imm32
 <span id="L489" class="LineNr">489 </span>    eb/jump $_parse-array-of-decimal-ints:loop1/disp8
 <span id="L490" class="LineNr">490 </span><span class="Constant">$_parse-array-of-decimal-ints:break1</span>:
-<span id="L491" class="LineNr">491 </span>    (<a href='120allocate.subx.html#L576'>allocate-array</a> *(ebp+8) %ebx *(ebp+0x10))
+<span id="L491" class="LineNr">491 </span>    (<a href='120allocate.subx.html#L535'>allocate-array</a> *(ebp+8) %ebx *(ebp+0x10))
 <span id="L492" class="LineNr">492 </span><span class="Constant">$_parse-array-of-decimal-ints:pass2</span>:
 <span id="L493" class="LineNr">493 </span>    <span class="subxComment"># var slice/edi: slice = {s-&gt;data, 0}</span>
 <span id="L494" class="LineNr">494 </span>    68/push 0/imm32/end
@@ -557,20 +557,20 @@ if ('onhashchange' in window) {
 <span id="L497" class="LineNr">497 </span>    89/&lt;- %edi 4/r32/esp
 <span id="L498" class="LineNr">498 </span>    <span class="subxComment"># curr = lookup(out)-&gt;data</span>
 <span id="L499" class="LineNr">499 </span>    8b/-&gt; *(ebp+0x10) 0/r32/eax
-<span id="L500" class="LineNr">500 </span>    (<a href='120allocate.subx.html#L256'>lookup</a> *eax *(eax+4))  <span class="subxComment"># =&gt; eax</span>
+<span id="L500" class="LineNr">500 </span>    (<a href='120allocate.subx.html#L226'>lookup</a> *eax *(eax+4))  <span class="subxComment"># =&gt; eax</span>
 <span id="L501" class="LineNr">501 </span>    8d/copy-address *(eax+4) 1/r32/ecx
 <span id="L502" class="LineNr">502 </span><span class="Constant">$_parse-array-of-decimal-ints:loop2</span>:
 <span id="L503" class="LineNr">503 </span>    <span class="subxComment"># if (slice-&gt;start &gt;= end) break</span>
 <span id="L504" class="LineNr">504 </span>    39/compare *edi 2/r32/edx
 <span id="L505" class="LineNr">505 </span>    73/jump-if-addr&gt;= $_parse-array-of-decimal-ints:end/disp8
 <span id="L506" class="LineNr">506 </span>    <span class="subxComment"># slice-&gt;start = skip-chars-matching-in-slice(slice-&gt;start, end, ' ')</span>
-<span id="L507" class="LineNr">507 </span>    (<a href='124next-token.subx.html#L804'>skip-chars-matching-in-slice</a> *edi %edx 0x20)  <span class="subxComment"># =&gt; eax</span>
+<span id="L507" class="LineNr">507 </span>    (<a href='124next-token.subx.html#L651'>skip-chars-matching-in-slice</a> *edi %edx 0x20)  <span class="subxComment"># =&gt; eax</span>
 <span id="L508" class="LineNr">508 </span>    89/&lt;- *edi 0/r32/eax
 <span id="L509" class="LineNr">509 </span>    <span class="subxComment"># if (slice-&gt;start &gt;= end) break</span>
 <span id="L510" class="LineNr">510 </span>    39/compare *edi 2/r32/edx
 <span id="L511" class="LineNr">511 </span>    73/jump-if-addr&gt;= $_parse-array-of-decimal-ints:end/disp8
 <span id="L512" class="LineNr">512 </span>    <span class="subxComment"># slice-&gt;end = skip-chars-not-matching-in-slice(slice-&gt;start, end, ' ')</span>
-<span id="L513" class="LineNr">513 </span>    (<a href='124next-token.subx.html#L973'>skip-chars-not-matching-in-slice</a> *edi %edx 0x20)  <span class="subxComment"># =&gt; eax</span>
+<span id="L513" class="LineNr">513 </span>    (<a href='124next-token.subx.html#L820'>skip-chars-not-matching-in-slice</a> *edi %edx 0x20)  <span class="subxComment"># =&gt; eax</span>
 <span id="L514" class="LineNr">514 </span>    89/&lt;- *(edi+4) 0/r32/eax
 <span id="L515" class="LineNr">515 </span>    <span class="subxComment"># *curr = parse-hex-int-from-slice(slice)</span>
 <span id="L516" class="LineNr">516 </span>    (<a href='311decimal-int.subx.html#L4'>parse-decimal-int-from-slice</a> %edi)
@@ -612,9 +612,9 @@ if ('onhashchange' in window) {
 <span id="L552" class="LineNr">552 </span>    89/&lt;- %ecx 4/r32/esp
 <span id="L553" class="LineNr">553 </span>    <span class="subxComment">#</span>
 <span id="L554" class="LineNr">554 </span>    (<a href='311decimal-int.subx.html#L429'>_parse-array-of-decimal-ints</a> <span class="SpecialChar"><a href='120allocate.subx.html#L27'>Heap</a></span> <span class="Constant">&quot;1 2 3&quot;</span> %esi)
-<span id="L555" class="LineNr">555 </span>    (<a href='120allocate.subx.html#L256'>lookup</a> *esi *(esi+4))  <span class="subxComment"># =&gt; eax</span>
+<span id="L555" class="LineNr">555 </span>    (<a href='120allocate.subx.html#L226'>lookup</a> *esi *(esi+4))  <span class="subxComment"># =&gt; eax</span>
 <span id="L556" class="LineNr">556 </span>    (<a href='301array-equal.subx.html#L5'>array-equal?</a> %ecx %eax)  <span class="subxComment"># =&gt; eax</span>
-<span id="L557" class="LineNr">557 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> %eax 1 <span class="Constant">&quot;F - test-parse-array-of-decimal-ints&quot;</span>)
+<span id="L557" class="LineNr">557 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> %eax 1 <span class="Constant">&quot;F - test-parse-array-of-decimal-ints&quot;</span>)
 <span id="L558" class="LineNr">558 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L559" class="LineNr">559 </span>    89/&lt;- %esp 5/r32/ebp
 <span id="L560" class="LineNr">560 </span>    5d/pop-to-ebp
@@ -631,8 +631,8 @@ if ('onhashchange' in window) {
 <span id="L571" class="LineNr">571 </span>    89/&lt;- %esi 4/r32/esp
 <span id="L572" class="LineNr">572 </span>    <span class="subxComment">#</span>
 <span id="L573" class="LineNr">573 </span>    (<a href='311decimal-int.subx.html#L429'>_parse-array-of-decimal-ints</a> <span class="SpecialChar"><a href='120allocate.subx.html#L27'>Heap</a></span> <span class="Constant">&quot;&quot;</span> %esi)
-<span id="L574" class="LineNr">574 </span>    (<a href='120allocate.subx.html#L256'>lookup</a> *esi *(esi+4))  <span class="subxComment"># =&gt; eax</span>
-<span id="L575" class="LineNr">575 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> *eax 0 <span class="Constant">&quot;F - test-parse-array-of-decimal-ints-empty&quot;</span>)
+<span id="L574" class="LineNr">574 </span>    (<a href='120allocate.subx.html#L226'>lookup</a> *esi *(esi+4))  <span class="subxComment"># =&gt; eax</span>
+<span id="L575" class="LineNr">575 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> *eax 0 <span class="Constant">&quot;F - test-parse-array-of-decimal-ints-empty&quot;</span>)
 <span id="L576" class="LineNr">576 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L577" class="LineNr">577 </span>    89/&lt;- %esp 5/r32/ebp
 <span id="L578" class="LineNr">578 </span>    5d/pop-to-ebp
@@ -648,9 +648,9 @@ if ('onhashchange' in window) {
 <span id="L588" class="LineNr">588 </span>    68/push 0/imm32
 <span id="L589" class="LineNr">589 </span>    89/&lt;- %esi 4/r32/esp
 <span id="L590" class="LineNr">590 </span>    <span class="subxComment">#</span>
-<span id="L591" class="LineNr">591 </span>    (<a href='311decimal-int.subx.html#L429'>_parse-array-of-decimal-ints</a> <span class="SpecialChar"><a href='120allocate.subx.html#L27'>Heap</a></span> <span class="SpecialChar"><a href='102test.subx.html#L93'>Space</a></span> %esi)
-<span id="L592" class="LineNr">592 </span>    (<a href='120allocate.subx.html#L256'>lookup</a> *esi *(esi+4))  <span class="subxComment"># =&gt; eax</span>
-<span id="L593" class="LineNr">593 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> *eax 0 <span class="Constant">&quot;F - test-parse-array-of-decimal-ints-just-whitespace&quot;</span>)
+<span id="L591" class="LineNr">591 </span>    (<a href='311decimal-int.subx.html#L429'>_parse-array-of-decimal-ints</a> <span class="SpecialChar"><a href='120allocate.subx.html#L27'>Heap</a></span> <span class="SpecialChar"><a href='301array-equal.subx.html#L428'>Space</a></span> %esi)
+<span id="L592" class="LineNr">592 </span>    (<a href='120allocate.subx.html#L226'>lookup</a> *esi *(esi+4))  <span class="subxComment"># =&gt; eax</span>
+<span id="L593" class="LineNr">593 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> *eax 0 <span class="Constant">&quot;F - test-parse-array-of-decimal-ints-just-whitespace&quot;</span>)
 <span id="L594" class="LineNr">594 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L595" class="LineNr">595 </span>    89/&lt;- %esp 5/r32/ebp
 <span id="L596" class="LineNr">596 </span>    5d/pop-to-ebp
@@ -672,9 +672,9 @@ if ('onhashchange' in window) {
 <span id="L612" class="LineNr">612 </span>    89/&lt;- %ecx 4/r32/esp
 <span id="L613" class="LineNr">613 </span>    <span class="subxComment">#</span>
 <span id="L614" class="LineNr">614 </span>    (<a href='311decimal-int.subx.html#L429'>_parse-array-of-decimal-ints</a> <span class="SpecialChar"><a href='120allocate.subx.html#L27'>Heap</a></span> <span class="Constant">&quot; 1 2  3  &quot;</span> %esi)
-<span id="L615" class="LineNr">615 </span>    (<a href='120allocate.subx.html#L256'>lookup</a> *esi *(esi+4))  <span class="subxComment"># =&gt; eax</span>
+<span id="L615" class="LineNr">615 </span>    (<a href='120allocate.subx.html#L226'>lookup</a> *esi *(esi+4))  <span class="subxComment"># =&gt; eax</span>
 <span id="L616" class="LineNr">616 </span>    (<a href='301array-equal.subx.html#L5'>array-equal?</a> %ecx %eax)  <span class="subxComment"># =&gt; eax</span>
-<span id="L617" class="LineNr">617 </span>    (<a href='102test.subx.html#L23'>check-ints-equal</a> %eax 1 <span class="Constant">&quot;F - test-parse-array-of-decimal-ints-extra-whitespace&quot;</span>)
+<span id="L617" class="LineNr">617 </span>    (<a href='502test.mu.html#L2'>check-ints-equal</a> %eax 1 <span class="Constant">&quot;F - test-parse-array-of-decimal-ints-extra-whitespace&quot;</span>)
 <span id="L618" class="LineNr">618 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L619" class="LineNr">619 </span>    89/&lt;- %esp 5/r32/ebp
 <span id="L620" class="LineNr">620 </span>    5d/pop-to-ebp
@@ -691,7 +691,6 @@ if ('onhashchange' in window) {
 <span id="L631" class="LineNr">631 </span>    89/&lt;- %esp 5/r32/ebp
 <span id="L632" class="LineNr">632 </span>    5d/pop-to-ebp
 <span id="L633" class="LineNr">633 </span>    c3/return
-<span id="L634" class="LineNr">634 </span>
 </pre>
 </body>
 </html>