https://github.com/akkartik/mu/blob/main/ex1.mu
1
fn
main
screen
: (addr
screen
), keyboard: (addr keyboard), data-disk: (addr disk)
{
2
loop
3
}