fix other mandelbrot variants
[mu.git] / tutorial / task1.mu
blob5b57f4f09bca30c01bcf2a9d98cddce1bf260c4a
1 # Draw a single line of ASCII text.
3 # To build a disk image:
4 #   ./translate tutorial/task1.mu        # emits code.img
5 # To run:
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