Crystal: Inline Assembly in Crystal

Created on 10 Apr 2016  路  3Comments  路  Source: crystal-lang/crystal

Are you guys planning on supporting inline Assembly in Crystal?

docs feature

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

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

oprypin picture oprypin  路  3Comments

asterite picture asterite  路  3Comments

costajob picture costajob  路  3Comments

grosser picture grosser  路  3Comments

Papierkorb picture Papierkorb  路  3Comments