1 # Draw a single line of ASCII text.
3 # To build a disk image:
4 # ./translate tutorial/task1.mu # emits code.img
6 # qemu-system-i386 code.img
8 fn main screen: (addr screen) {
9 var dummy/eax: int <- draw-text-rightward screen, "hello from baremetal Mu!", 0x10/x, 0x400/xmax, 0x10/y, 0xa/fg, 0/bg