about summary refs log tree commit diff stats
path: root/baremetal/400.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-09 17:04:21 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-09 18:28:14 -0800
commit7f8770ae082a723faae89faea0dce6635feb7cdb (patch)
tree4955853fdd8c1f70197453b8ba339b950376908f /baremetal/400.mu
parentdbd7082a0ed09ee06401d0af06ce24e89e87b189 (diff)
downloadmu-7f8770ae082a723faae89faea0dce6635feb7cdb.tar.gz
7490 - baremetal: draw a grapheme to screen
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 0f36e3fe..016204c5 100644
--- a/baremetal/400.mu
+++ b/baremetal/400.mu
@@ -1,2 +1,3 @@
 sig pixel screen: (addr screen), x: int, y: int, color: int
 sig read-key kbd: (addr keyboard) -> _/eax: byte
+sig draw-grapheme screen: (addr screen), g: grapheme, x: int, y: int, color: int