fix other mandelbrot variants
[mu.git] / apps / ex8.mu
blob91d2eabc4a1439cf484c83b7388129c8800a3829
1 # Demo of floating-point support.
3 # To build a disk image:
4 #   ./translate apps/ex8.mu        # emits code.img
5 # To run:
6 #   qemu-system-i386 code.img
7 # You shouldn't see any exceptions.
9 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
10   var n/eax: int <- copy 0
11   var result/xmm0: float <- convert n