about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-07 13:51:54 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-07 14:18:48 -0700
commit5462619d963ca8606c03812b1d8d614bb7e0462c (patch)
tree9dc81e5f27dedb337f09ea130b2d7b8220bc6c89 /400.mu
parent9f293fef05217b9d7aabe7f697022145ada5bf47 (diff)
downloadmu-5462619d963ca8606c03812b1d8d614bb7e0462c.tar.gz
6742 - support for formatting in fake screens
We still need a few primitives, but we can implement these as needed. I'm
ready to call the fake screen done.
Diffstat (limited to '400.mu')
-rw-r--r--400.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/400.mu b/400.mu
index 0bcf7e64..b1970f15 100644
--- a/400.mu
+++ b/400.mu
@@ -162,3 +162,5 @@ sig open filename: (addr array byte), write?: boolean, out: (addr handle buffere
 
 sig stream-empty? s: (addr stream _) -> result/eax: boolean
 sig stream-full? s: (addr stream _) -> result/eax: boolean
+
+sig copy-bytes src: (addr byte), dest: (addr byte), n: int