about summary refs log tree commit diff stats
path: root/baremetal/400.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-02-24 23:03:31 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-02-24 23:03:31 -0800
commit7eb815210849f02b52f8c803851341f39aa570db (patch)
treeb2f1a5587b9449fdf49f90431d9525eff5bd49ab /baremetal/400.mu
parent640896da212aebd8457ba69cddc4986f0f594a73 (diff)
downloadmu-7eb815210849f02b52f8c803851341f39aa570db.tar.gz
7802
Better tracing of the tokenization phase.
Diffstat (limited to 'baremetal/400.mu')
-rw-r--r--baremetal/400.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/baremetal/400.mu b/baremetal/400.mu
index 51730e0c..9d0c095f 100644
--- a/baremetal/400.mu
+++ b/baremetal/400.mu
@@ -24,6 +24,7 @@ sig check-stream-equal f: (addr stream byte), s: (addr array byte), msg: (addr a
 sig next-stream-line-equal? f: (addr stream byte), s: (addr array byte) -> _/eax: boolean
 sig check-next-stream-line-equal f: (addr stream byte), s: (addr array byte), msg: (addr array byte)
 sig write f: (addr stream byte), s: (addr array byte)
+sig write-stream f: (addr stream byte), s: (addr stream byte)
 sig read-byte s: (addr stream byte) -> _/eax: byte
 sig append-byte f: (addr stream byte), n: int
 #sig to-hex-char in/eax: int -> out/eax: int