mu/baremetal/ex8.mu
2021-02-11 00:12:08 -08:00

7 lines
103 B
Forth

# Demo of floating-point
fn main {
var n/eax: int <- copy 0
var result/xmm0: float <- convert n
}