From cd07e9b22c969ec1c501f34698e25e9ccb765593 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 25 Jul 2020 15:11:08 -0700 Subject: 6673 --- html/400.mu.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'html/400.mu.html') 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) { 69 sig is-hex-digit? c: byte -> result/eax: boolean 70 #sig from-hex-char in/eax: byte -> out/eax: nibble 71 sig error-byte ed: (addr exit-descriptor), out: (addr buffered-file), msg: (addr array byte), n: byte - 72 #sig allocate ad: (addr allocation-descriptor), n: int, out: (addr handle) - 73 #sig allocate-raw ad: (addr allocation-descriptor), n: int, out: (addr handle) - 74 sig lookup h: (handle T) -> result/eax: (addr T) - 75 sig handle-equal? a: handle, b: handle -> result/eax: boolean - 76 sig copy-handle src: handle, dest: (addr handle) - 77 sig allocate-region ad: (addr allocation-descriptor), n: int, out: (addr handle allocation-descriptor) - 78 sig allocate-array ad: (addr allocation-descriptor), n: int, out: (addr handle) - 79 sig copy-array ad: (addr allocation-descriptor), src: (addr array), out: (addr handle) - 80 sig zero-out start: (addr byte), len: int + 72 #sig allocate ad: (addr allocation-descriptor), n: int, out: (addr handle _) + 73 #sig allocate-raw ad: (addr allocation-descriptor), n: int, out: (addr handle _) + 74 sig lookup h: (handle _T) -> result/eax: (addr _T) + 75 sig handle-equal? a: (handle _T), b: (handle _T) -> result/eax: boolean + 76 sig copy-handle src: (handle _T), dest: (addr handle _T) + 77 #sig allocate-region ad: (addr allocation-descriptor), n: int, out: (addr handle allocation-descriptor) + 78 #sig allocate-array ad: (addr allocation-descriptor), n: int, out: (addr handle _) + 79 sig copy-array ad: (addr allocation-descriptor), src: (addr array _T), out: (addr handle array _T) + 80 #sig zero-out start: (addr byte), size: int 81 sig new-stream ad: (addr allocation-descriptor), length: int, elemsize: int, out: (addr handle stream _) 82 sig read-line-buffered f: (addr buffered-file), s: (addr stream byte) 83 sig read-line f: (addr stream byte), s: (addr stream byte) @@ -148,14 +148,14 @@ if ('onhashchange' in window) { 93 sig skip-chars-matching-whitespace in: (addr stream byte) 94 sig skip-chars-not-matching in: (addr stream byte), delimiter: byte 95 sig skip-chars-not-matching-whitespace in: (addr stream byte) - 96 sig skip-chars-matching-in-slice curr: (addr byte), end: (addr byte), delimiter: byte -> curr/eax: (addr byte) - 97 sig skip-chars-matching-whitespace-in-slice curr: (addr byte), end: (addr byte) -> curr/eax: (addr byte) - 98 sig skip-chars-not-matching-in-slice curr: (addr byte), end: (addr byte), delimiter: byte -> curr/eax: (addr byte) - 99 sig skip-chars-not-matching-whitespace-in-slice curr: (addr byte), end: (addr byte) -> curr/eax: (addr byte) + 96 #sig skip-chars-matching-in-slice curr: (addr byte), end: (addr byte), delimiter: byte -> curr/eax: (addr byte) + 97 #sig skip-chars-matching-whitespace-in-slice curr: (addr byte), end: (addr byte) -> curr/eax: (addr byte) + 98 #sig skip-chars-not-matching-in-slice curr: (addr byte), end: (addr byte), delimiter: byte -> curr/eax: (addr byte) + 99 #sig skip-chars-not-matching-whitespace-in-slice curr: (addr byte), end: (addr byte) -> curr/eax: (addr byte) 100 sig skip-string line: (addr stream byte) -101 sig skip-string-in-slice curr: (addr byte), end: (addr byte) -> curr/eax: (addr byte) +101 #sig skip-string-in-slice curr: (addr byte), end: (addr byte) -> curr/eax: (addr byte) 102 sig skip-until-close-paren line: (addr stream byte) -103 sig skip-until-close-paren-in-slice curr: (addr byte), end: (addr byte) -> curr/eax: (addr byte) +103 #sig skip-until-close-paren-in-slice curr: (addr byte), end: (addr byte) -> curr/eax: (addr byte) 104 sig write-stream-data f: (addr buffered-file), s: (addr stream byte) 105 sig write-int32-decimal out: (addr stream byte), n: int32 106 sig is-decimal-digit? c: byte -> result/eax: boolean -- cgit 1.4.1-2-gfad0