about summary refs log tree commit diff stats
path: root/html/400.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-25 15:11:08 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-25 15:11:08 -0700
commitcd07e9b22c969ec1c501f34698e25e9ccb765593 (patch)
treeca18a51be9732856a3fef6ed35b32897b2536317 /html/400.mu.html
parent4dc20af1bf3bda78e9b7c28f354bc715c27339ed (diff)
downloadmu-cd07e9b22c969ec1c501f34698e25e9ccb765593.tar.gz
6673
Diffstat (limited to 'html/400.mu.html')
-rw-r--r--html/400.mu.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/html/400.mu.html b/html/400.mu.html
index 9817d96c..747ef691 100644
--- a/html/400.mu.html
+++ b/html/400.mu.html
@@ -124,15 +124,15 @@ if ('onhashchange' in window) {
 <span id="L69" class="LineNr"> 69 </span><span class="PreProc">sig</span> <a href='118parse-hex.subx.html#L701'>is-hex-digit?</a> c: byte<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: boolean
 <span id="L70" class="LineNr"> 70 </span><span class="Comment">#sig from-hex-char in/eax: byte -&gt; out/eax: nibble</span>
 <span id="L71" class="LineNr"> 71 </span><span class="PreProc">sig</span> <a href='119error-byte.subx.html#L26'>error-byte</a> ed: (addr exit-descriptor), out: (addr buffered-file), msg: (addr array byte), n: byte
-<span id="L72" class="LineNr"> 72 </span><span class="Comment">#sig allocate ad: (addr allocation-descriptor), n: int, out: (addr handle)</span>
-<span id="L73" class="LineNr"> 73 </span><span class="Comment">#sig allocate-raw ad: (addr allocation-descriptor), n: int, out: (addr handle)</span>
-<span id="L74" class="LineNr"> 74 </span><span class="PreProc">sig</span> <a href='120allocate.subx.html#L256'>lookup</a> h: (handle T)<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: (addr T)
-<span id="L75" class="LineNr"> 75 </span><span class="PreProc">sig</span> <a href='120allocate.subx.html#L458'>handle-equal?</a> a: handle, b: handle<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: boolean
-<span id="L76" class="LineNr"> 76 </span><span class="PreProc">sig</span> <a href='120allocate.subx.html#L489'>copy-handle</a> src: handle, dest: (addr handle)
-<span id="L77" class="LineNr"> 77 </span><span class="PreProc">sig</span> <a href='120allocate.subx.html#L513'>allocate-region</a> ad: (addr allocation-descriptor), n: int, out: (addr handle allocation-descriptor)
-<span id="L78" class="LineNr"> 78 </span><span class="PreProc">sig</span> <a href='120allocate.subx.html#L576'>allocate-array</a> ad: (addr allocation-descriptor), n: int, out: (addr handle)
-<span id="L79" class="LineNr"> 79 </span><span class="PreProc">sig</span> <a href='120allocate.subx.html#L710'>copy-array</a> ad: (addr allocation-descriptor), src: (addr array), out: (addr handle)
-<span id="L80" class="LineNr"> 80 </span><span class="PreProc">sig</span> <a href='120allocate.subx.html#L877'>zero-out</a> start: (addr byte), len: int
+<span id="L72" class="LineNr"> 72 </span><span class="Comment">#sig allocate ad: (addr allocation-descriptor), n: int, out: (addr handle _)</span>
+<span id="L73" class="LineNr"> 73 </span><span class="Comment">#sig allocate-raw ad: (addr allocation-descriptor), n: int, out: (addr handle _)</span>
+<span id="L74" class="LineNr"> 74 </span><span class="PreProc">sig</span> <a href='120allocate.subx.html#L256'>lookup</a> h: (handle _T)<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: (addr _T)
+<span id="L75" class="LineNr"> 75 </span><span class="PreProc">sig</span> <a href='120allocate.subx.html#L458'>handle-equal?</a> a: (handle _T), b: (handle _T)<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: boolean
+<span id="L76" class="LineNr"> 76 </span><span class="PreProc">sig</span> <a href='120allocate.subx.html#L489'>copy-handle</a> src: (handle _T), dest: (addr handle _T)
+<span id="L77" class="LineNr"> 77 </span><span class="Comment">#sig allocate-region ad: (addr allocation-descriptor), n: int, out: (addr handle allocation-descriptor)</span>
+<span id="L78" class="LineNr"> 78 </span><span class="Comment">#sig allocate-array ad: (addr allocation-descriptor), n: int, out: (addr handle _)</span>
+<span id="L79" class="LineNr"> 79 </span><span class="PreProc">sig</span> <a href='120allocate.subx.html#L710'>copy-array</a> ad: (addr allocation-descriptor), src: (addr array _T), out: (addr handle array _T)
+<span id="L80" class="LineNr"> 80 </span><span class="Comment">#sig zero-out start: (addr byte), size: int</span>
 <span id="L81" class="LineNr"> 81 </span><span class="PreProc">sig</span> <a href='121new-stream.subx.html#L8'>new-stream</a> ad: (addr allocation-descriptor), length: int, elemsize: int, out: (addr handle stream _)
 <span id="L82" class="LineNr"> 82 </span><span class="PreProc">sig</span> <a href='122read-line.subx.html#L9'>read-line-buffered</a> f: (addr buffered-file), s: (addr stream byte)
 <span id="L83" class="LineNr"> 83 </span><span class="PreProc">sig</span> <a href='122read-line.subx.html#L218'>read-line</a> f: (addr stream byte), s: (addr stream byte)
@@ -148,14 +148,14 @@ if ('onhashchange' in window) {
 <span id="L93" class="LineNr"> 93 </span><span class="PreProc">sig</span> <a href='124next-token.subx.html#L464'>skip-chars-matching-whitespace</a> in: (addr stream byte)
 <span id="L94" class="LineNr"> 94 </span><span class="PreProc">sig</span> <a href='124next-token.subx.html#L554'>skip-chars-not-matching</a> in: (addr stream byte), delimiter: byte
 <span id="L95" class="LineNr"> 95 </span><span class="PreProc">sig</span> <a href='124next-token.subx.html#L716'>skip-chars-not-matching-whitespace</a> in: (addr stream byte)
-<span id="L96" class="LineNr"> 96 </span><span class="PreProc">sig</span> <a href='124next-token.subx.html#L804'>skip-chars-matching-in-slice</a> curr: (addr byte), end: (addr byte), delimiter: byte<span class="PreProc"> -&gt; </span>curr/<span class="Constant">eax</span>: (addr byte)
-<span id="L97" class="LineNr"> 97 </span><span class="PreProc">sig</span> <a href='124next-token.subx.html#L900'>skip-chars-matching-whitespace-in-slice</a> curr: (addr byte), end: (addr byte)<span class="PreProc"> -&gt; </span>curr/<span class="Constant">eax</span>: (addr byte)
-<span id="L98" class="LineNr"> 98 </span><span class="PreProc">sig</span> <a href='124next-token.subx.html#L973'>skip-chars-not-matching-in-slice</a> curr: (addr byte), end: (addr byte), delimiter: byte<span class="PreProc"> -&gt; </span>curr/<span class="Constant">eax</span>: (addr byte)
-<span id="L99" class="LineNr"> 99 </span><span class="PreProc">sig</span> <a href='124next-token.subx.html#L1098'>skip-chars-not-matching-whitespace-in-slice</a> curr: (addr byte), end: (addr byte)<span class="PreProc"> -&gt; </span>curr/<span class="Constant">eax</span>: (addr byte)
+<span id="L96" class="LineNr"> 96 </span><span class="Comment">#sig skip-chars-matching-in-slice curr: (addr byte), end: (addr byte), delimiter: byte -&gt; curr/eax: (addr byte)</span>
+<span id="L97" class="LineNr"> 97 </span><span class="Comment">#sig skip-chars-matching-whitespace-in-slice curr: (addr byte), end: (addr byte) -&gt; curr/eax: (addr byte)</span>
+<span id="L98" class="LineNr"> 98 </span><span class="Comment">#sig skip-chars-not-matching-in-slice curr: (addr byte), end: (addr byte), delimiter: byte -&gt; curr/eax: (addr byte)</span>
+<span id="L99" class="LineNr"> 99 </span><span class="Comment">#sig skip-chars-not-matching-whitespace-in-slice curr: (addr byte), end: (addr byte) -&gt; curr/eax: (addr byte)</span>
 <span id="L100" class="LineNr">100 </span><span class="PreProc">sig</span> <a href='124next-token.subx.html#L1171'>skip-string</a> line: (addr stream byte)
-<span id="L101" class="LineNr">101 </span><span class="PreProc">sig</span> <a href='124next-token.subx.html#L1413'>skip-string-in-slice</a> curr: (addr byte), end: (addr byte)<span class="PreProc"> -&gt; </span>curr/<span class="Constant">eax</span>: (addr byte)
+<span id="L101" class="LineNr">101 </span><span class="Comment">#sig skip-string-in-slice curr: (addr byte), end: (addr byte) -&gt; curr/eax: (addr byte)</span>
 <span id="L102" class="LineNr">102 </span><span class="PreProc">sig</span> <a href='124next-token.subx.html#L1599'>skip-until-close-paren</a> line: (addr stream byte)
-<span id="L103" class="LineNr">103 </span><span class="PreProc">sig</span> <a href='124next-token.subx.html#L1786'>skip-until-close-paren-in-slice</a> curr: (addr byte), end: (addr byte)<span class="PreProc"> -&gt; </span>curr/<span class="Constant">eax</span>: (addr byte)
+<span id="L103" class="LineNr">103 </span><span class="Comment">#sig skip-until-close-paren-in-slice curr: (addr byte), end: (addr byte) -&gt; curr/eax: (addr byte)</span>
 <span id="L104" class="LineNr">104 </span><span class="PreProc">sig</span> <a href='125write-stream-data.subx.html#L11'>write-stream-data</a> f: (addr buffered-file), s: (addr stream byte)
 <span id="L105" class="LineNr">105 </span><span class="PreProc">sig</span> <a href='126write-int-decimal.subx.html#L8'>write-int32-decimal</a> out: (addr stream byte), n: int32
 <span id="L106" class="LineNr">106 </span><span class="PreProc">sig</span> <a href='126write-int-decimal.subx.html#L306'>is-decimal-digit?</a> c: byte<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: boolean