about summary refs log tree commit diff stats
path: root/baremetal/400.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-29 21:08:05 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-29 21:08:05 -0800
commit0daf12c59aa8a6b9d996f56797b6f74c3aa0a738 (patch)
treef10222abdb7e7273cd6ff4974bd31280b808b645 /baremetal/400.mu
parent63a247fcd4c7597c93e28fc92e489a7882ae2d7c (diff)
downloadmu-0daf12c59aa8a6b9d996f56797b6f74c3aa0a738.tar.gz
7469 - first working baremetal Mu program
It doesn't _quite_ do what it should, so this is more precisely the first
_buggy_ baremetal Mu program. But the tooling works, at least.
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
new file mode 100644
index 00000000..1121a00a
--- /dev/null
+++ b/baremetal/400.mu
@@ -0,0 +1 @@
+sig pixel screen: (addr screen), x: int, y: int, color: int