Good time of day. This is not a working moment, bu...
# kotlin-native
r
Good time of day. This is not a working moment, but interest has appeared.Is it possible to do “assembly inserts” in “kotlin native”?
s
No, inline assembly is not possible.
g
But you can use those assembly inserts to C library and use it from Kotlin I believe, but I may wrong, maybe there are some other pitfalls
r
It is also written on "c"
Is it possible in the style of Intel or AT & T?
n
i'd guess you can use
asm("assembly code");
in the seemingly c-code in the .def file