Inline assemblyInline assemblyTODO: not implemented yet fn main() { a := 10 asm x64 { mov eax, [a] add eax, 10 mov [a], eax }}