about summary refs log tree commit diff stats
path: root/baremetal/ex8.mu
blob: 367c665fae5ef485f7501d6648444533db460e0a (plain) (blame)
1
2
3
4
5
6
# Demo of floating-point

fn main {
  var n/eax: int <- copy 0
  var result/xmm0: float <- convert n
}