inline assembly :3

This commit is contained in:
nora 2023-12-15 22:31:13 +01:00
parent 3ab116d7f0
commit ba5d41674c
17 changed files with 448 additions and 45 deletions

View file

@ -0,0 +1,6 @@
function dropping(a: I32) = (
1;
___asm(__locals(), "drop");
);
function main() = ;