error: inline assembly codegen is not yet implemented (ASM stream: lowering + emit land in Phases C–E) --> examples/1640-platform-asm-parse.sx:9:12 | 9 | return asm { | ^^^^^ 10 | "divq %[d]", | ^^^^^^^^^^^^^^^^^^^^ 11 | [quot] "={rax}" -> u64, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 12 | [rem] "={rdx}" -> u64, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 13 | "{rax}" = n, "{rdx}" = 0, [d] "r" = d, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 14 | clobbers(.cc), | ^^^^^^^^^^^^^^^^^^^^^^ 15 | }; | ^^^^^