about summary refs log tree commit diff stats
path: root/html/apps/braces.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-05 11:00:05 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-05 11:00:05 -0700
commitd3a9db3aff54ea485f409eaaef3d8f56ad77f0dc (patch)
tree60858669ff7c5a5b041e4dacb8ffffa0a4b3e68a /html/apps/braces.subx.html
parentf13576b5d273ef9175e938b15f55bb1ead22fb1d (diff)
downloadmu-d3a9db3aff54ea485f409eaaef3d8f56ad77f0dc.tar.gz
6958
Diffstat (limited to 'html/apps/braces.subx.html')
-rw-r--r--html/apps/braces.subx.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/html/apps/braces.subx.html b/html/apps/braces.subx.html
index b04f007c..2be7916c 100644
--- a/html/apps/braces.subx.html
+++ b/html/apps/braces.subx.html
@@ -15,9 +15,9 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color:
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .subxComment { color: #005faf; }
-.subxTest { color: #5f8700; }
 .subxFunction { color: #af5f00; text-decoration: underline; }
 .LineNr { }
+.subxTest { color: #5f8700; }
 .subxS1Comment { color: #0000af; }
 .SpecialChar { color: #d70000; }
 .Constant { color: #008787; }
@@ -218,7 +218,7 @@ if ('onhashchange' in window) {
 <span id="L159" class="LineNr">159 </span><span class="Constant">$subx-braces:emit-curly-open</span>:
 <span id="L160" class="LineNr">160 </span>    <span class="subxComment"># print(out, &quot;_loop&quot; next-label-id &quot;:&quot;)</span>
 <span id="L161" class="LineNr">161 </span>    (<a href='../116write-buffered.subx.html#L8'>write-buffered</a> *(ebp+0xc) <span class="Constant">&quot;_loop&quot;</span>)
-<span id="L162" class="LineNr">162 </span>    (<a href='../117write-int-hex.subx.html#L266'>write-int32-hex-buffered</a> *(ebp+0xc) %ebx)
+<span id="L162" class="LineNr">162 </span>    (<a href='../117write-int-hex.subx.html#L288'>write-int32-hex-buffered</a> *(ebp+0xc) %ebx)
 <span id="L163" class="LineNr">163 </span>    (<a href='../116write-buffered.subx.html#L8'>write-buffered</a> *(ebp+0xc) <span class="Constant">&quot;:&quot;</span>)
 <span id="L164" class="LineNr">164 </span>    <span class="subxComment"># push(label-stack, next-label-id)</span>
 <span id="L165" class="LineNr">165 </span>    (<a href='../203stack.subx.html#L114'>push</a> %edx %ebx)
@@ -235,7 +235,7 @@ if ('onhashchange' in window) {
 <span id="L176" class="LineNr">176 </span>    (<a href='../203stack.subx.html#L234'>pop</a> %edx)
 <span id="L177" class="LineNr">177 </span>    <span class="subxComment"># print(out, &quot;_break&quot; eax &quot;:&quot;)</span>
 <span id="L178" class="LineNr">178 </span>    (<a href='../116write-buffered.subx.html#L8'>write-buffered</a> *(ebp+0xc) <span class="Constant">&quot;_break&quot;</span>)
-<span id="L179" class="LineNr">179 </span>    (<a href='../117write-int-hex.subx.html#L266'>write-int32-hex-buffered</a> *(ebp+0xc) %eax)
+<span id="L179" class="LineNr">179 </span>    (<a href='../117write-int-hex.subx.html#L288'>write-int32-hex-buffered</a> *(ebp+0xc) %eax)
 <span id="L180" class="LineNr">180 </span>    (<a href='../116write-buffered.subx.html#L8'>write-buffered</a> *(ebp+0xc) <span class="Constant">&quot;:&quot;</span>)
 <span id="L181" class="LineNr">181 </span>    <span class="subxComment"># continue</span>
 <span id="L182" class="LineNr">182 </span>    e9/jump  $subx-braces:next-line/disp32
@@ -266,7 +266,7 @@ if ('onhashchange' in window) {
 <span id="L207" class="LineNr">207 </span>    (<a href='../203stack.subx.html#L338'>top</a> %edx)
 <span id="L208" class="LineNr">208 </span>    <span class="subxComment"># print(out, &quot;_break&quot; eax)</span>
 <span id="L209" class="LineNr">209 </span>    (<a href='../116write-buffered.subx.html#L8'>write-buffered</a> *(ebp+0xc) <span class="Constant">&quot;_break&quot;</span>)
-<span id="L210" class="LineNr">210 </span>    (<a href='../117write-int-hex.subx.html#L266'>write-int32-hex-buffered</a> *(ebp+0xc) %eax)
+<span id="L210" class="LineNr">210 </span>    (<a href='../117write-int-hex.subx.html#L288'>write-int32-hex-buffered</a> *(ebp+0xc) %eax)
 <span id="L211" class="LineNr">211 </span>    <span class="subxComment"># word-slice-&gt;start += len(&quot;break&quot;)</span>
 <span id="L212" class="LineNr">212 </span>    81 0/subop/add *edi 5/imm32/strlen
 <span id="L213" class="LineNr">213 </span>    <span class="subxComment"># emit rest of word as usual</span>
@@ -282,7 +282,7 @@ if ('onhashchange' in window) {
 <span id="L223" class="LineNr">223 </span>    (<a href='../203stack.subx.html#L338'>top</a> %edx)
 <span id="L224" class="LineNr">224 </span>    <span class="subxComment"># print(out, &quot;_loop&quot; eax)</span>
 <span id="L225" class="LineNr">225 </span>    (<a href='../116write-buffered.subx.html#L8'>write-buffered</a> *(ebp+0xc) <span class="Constant">&quot;_loop&quot;</span>)
-<span id="L226" class="LineNr">226 </span>    (<a href='../117write-int-hex.subx.html#L266'>write-int32-hex-buffered</a> *(ebp+0xc) %eax)
+<span id="L226" class="LineNr">226 </span>    (<a href='../117write-int-hex.subx.html#L288'>write-int32-hex-buffered</a> *(ebp+0xc) %eax)
 <span id="L227" class="LineNr">227 </span>    <span class="subxComment"># word-slice-&gt;start += len(&quot;loop&quot;)</span>
 <span id="L228" class="LineNr">228 </span>    81 0/subop/add *edi 4/imm32/strlen
 <span id="L229" class="LineNr">229 </span>    <span class="subxComment"># fall through</span>
@@ -325,10 +325,10 @@ if ('onhashchange' in window) {
 <span id="L266" class="LineNr">266 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> $_test-output-buffered-file-&gt;buffer)
 <span id="L267" class="LineNr">267 </span>    <span class="subxComment"># test</span>
 <span id="L268" class="LineNr">268 </span>    (<a href='../108write.subx.html#L24'>write</a> <a href='../112read-byte.subx.html#L331'>_test-input-stream</a> <span class="Constant">&quot;== abcd 0x1&quot;</span>)
-<span id="L269" class="LineNr">269 </span>    (<a href='braces.subx.html#L77'>subx-braces</a> <a href='../112read-byte.subx.html#L357'>_test-input-buffered-file</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
+<span id="L269" class="LineNr">269 </span>    (<a href='braces.subx.html#L77'>subx-braces</a> <a href='../112read-byte.subx.html#L405'>_test-input-buffered-file</a> <a href='../115write-byte.subx.html#L423'>_test-output-buffered-file</a>)
 <span id="L270" class="LineNr">270 </span>    <span class="subxComment"># check that the line just passed through</span>
-<span id="L271" class="LineNr">271 </span>    (<a href='../115write-byte.subx.html#L81'>flush</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
-<span id="L272" class="Folded">272 </span><span class="Folded">+--  5 lines: #?     # dump _test-output-stream --------------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
+<span id="L271" class="LineNr">271 </span>    (<a href='../115write-byte.subx.html#L81'>flush</a> <a href='../115write-byte.subx.html#L423'>_test-output-buffered-file</a>)
+<span id="L272" class="Folded">272 </span><span class="Folded">+--  5 lines: #?     # dump _test-output-stream -----------------------------------------------------------------------------------------------------------------------------------------</span>
 <span id="L277" class="LineNr">277 </span>    (<a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> <a href='../115write-byte.subx.html#L285'>_test-output-stream</a> <span class="Constant">&quot;== abcd 0x1 \n&quot;</span> <span class="Constant">&quot;F - test-subx-braces-passes-most-words-through&quot;</span>)
 <span id="L278" class="LineNr">278 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L279" class="LineNr">279 </span>    89/&lt;- %esp 5/r32/ebp
@@ -358,10 +358,10 @@ if ('onhashchange' in window) {
 <span id="L303" class="LineNr">303 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> $_test-output-buffered-file-&gt;buffer)
 <span id="L304" class="LineNr">304 </span>    <span class="subxComment"># test</span>
 <span id="L305" class="LineNr">305 </span>    (<a href='../108write.subx.html#L24'>write</a> <a href='../112read-byte.subx.html#L331'>_test-input-stream</a> <span class="Constant">&quot;{\nab break/imm32\ncd loop/imm32\n}&quot;</span>)
-<span id="L306" class="LineNr">306 </span>    (<a href='braces.subx.html#L77'>subx-braces</a> <a href='../112read-byte.subx.html#L357'>_test-input-buffered-file</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
+<span id="L306" class="LineNr">306 </span>    (<a href='braces.subx.html#L77'>subx-braces</a> <a href='../112read-byte.subx.html#L405'>_test-input-buffered-file</a> <a href='../115write-byte.subx.html#L423'>_test-output-buffered-file</a>)
 <span id="L307" class="LineNr">307 </span>    <span class="subxComment"># check that the line just passed through</span>
-<span id="L308" class="LineNr">308 </span>    (<a href='../115write-byte.subx.html#L81'>flush</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
-<span id="L309" class="Folded">309 </span><span class="Folded">+--  5 lines: #?     # dump _test-output-stream --------------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
+<span id="L308" class="LineNr">308 </span>    (<a href='../115write-byte.subx.html#L81'>flush</a> <a href='../115write-byte.subx.html#L423'>_test-output-buffered-file</a>)
+<span id="L309" class="Folded">309 </span><span class="Folded">+--  5 lines: #?     # dump _test-output-stream -----------------------------------------------------------------------------------------------------------------------------------------</span>
 <span id="L314" class="LineNr">314 </span>    (<a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> <a href='../115write-byte.subx.html#L285'>_test-output-stream</a> <span class="Constant">&quot;_loop0x00000001:\nab _break0x00000001/imm32 \ncd _loop0x00000001/imm32 \n_break0x00000001:\n&quot;</span> <span class="Constant">&quot;F - test-subx-braces-1&quot;</span>)
 <span id="L315" class="LineNr">315 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L316" class="LineNr">316 </span>    89/&lt;- %esp 5/r32/ebp
@@ -395,10 +395,10 @@ if ('onhashchange' in window) {
 <span id="L344" class="LineNr">344 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> $_test-output-buffered-file-&gt;buffer)
 <span id="L345" class="LineNr">345 </span>    <span class="subxComment"># test</span>
 <span id="L346" class="LineNr">346 </span>    (<a href='../108write.subx.html#L24'>write</a> <a href='../112read-byte.subx.html#L331'>_test-input-stream</a> <span class="Constant">&quot;{\n{\nab break/imm32\n}\ncd loop/imm32\n}&quot;</span>)
-<span id="L347" class="LineNr">347 </span>    (<a href='braces.subx.html#L77'>subx-braces</a> <a href='../112read-byte.subx.html#L357'>_test-input-buffered-file</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
+<span id="L347" class="LineNr">347 </span>    (<a href='braces.subx.html#L77'>subx-braces</a> <a href='../112read-byte.subx.html#L405'>_test-input-buffered-file</a> <a href='../115write-byte.subx.html#L423'>_test-output-buffered-file</a>)
 <span id="L348" class="LineNr">348 </span>    <span class="subxComment"># check that the line just passed through</span>
-<span id="L349" class="LineNr">349 </span>    (<a href='../115write-byte.subx.html#L81'>flush</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
-<span id="L350" class="Folded">350 </span><span class="Folded">+--  5 lines: #?     # dump _test-output-stream --------------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
+<span id="L349" class="LineNr">349 </span>    (<a href='../115write-byte.subx.html#L81'>flush</a> <a href='../115write-byte.subx.html#L423'>_test-output-buffered-file</a>)
+<span id="L350" class="Folded">350 </span><span class="Folded">+--  5 lines: #?     # dump _test-output-stream -----------------------------------------------------------------------------------------------------------------------------------------</span>
 <span id="L355" class="LineNr">355 </span>    (<a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> <a href='../115write-byte.subx.html#L285'>_test-output-stream</a> <span class="Constant">&quot;_loop0x00000001:\n_loop0x00000002:\nab _break0x00000002/imm32 \n_break0x00000002:\ncd _loop0x00000001/imm32 \n_break0x00000001:\n&quot;</span> <span class="Constant">&quot;F - test-subx-braces-2&quot;</span>)
 <span id="L356" class="LineNr">356 </span>    <span class="subxS1Comment"># . epilogue</span>
 <span id="L357" class="LineNr">357 </span>    89/&lt;- %esp 5/r32/ebp