From 8e4b4f2013b3f347e84398c70eabab60f6edd625 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 19 Sep 2020 21:44:48 -0700 Subject: 6807 - tile: render intermediate stack state --- 400.mu | 2 ++ 1 file changed, 2 insertions(+) (limited to '400.mu') diff --git a/400.mu b/400.mu index d3f4c0f0..db32cdc9 100644 --- a/400.mu +++ b/400.mu @@ -69,7 +69,9 @@ sig parse-hex-int-from-slice in: (addr slice) -> result/eax: int #sig parse-hex-int-helper start: (addr byte), end: (addr byte) -> result/eax: int sig is-hex-digit? c: byte -> result/eax: boolean #sig from-hex-char in/eax: byte -> out/eax: nibble +sig parse-decimal-int in: (addr array byte) -> result/eax: int sig parse-decimal-int-from-slice in: (addr slice) -> result/eax: int +sig parse-decimal-int-from-stream in: (addr stream byte) -> result/eax: int #sig parse-decimal-int-helper start: (addr byte), end: (addr byte) -> result/eax: int sig error-byte ed: (addr exit-descriptor), out: (addr buffered-file), msg: (addr array byte), n: byte #sig allocate ad: (addr allocation-descriptor), n: int, out: (addr handle _) -- cgit 1.4.1-2-gfad0