Are you guys planning on supporting inline Assembly in Crystal?
It's already possible to use inline assembly in Crystal.
Check this for example https://github.com/kubo39/tinycr/blob/master/hello.cr
@nabeelomer As @sdogruyol says, it's already supported. It's not documented because it's long to document, but it's mostly like in C/LLVM/Rust.
There are examples right into Crystal, too:
Along with the LLVM implementation:
Most helpful comment
It's already possible to use inline assembly in Crystal.
Check this for example https://github.com/kubo39/tinycr/blob/master/hello.cr