Is there a place I can learn LLD inline assembly with GCC syntax?
rempas
rempas at tutanota.com
Thu Dec 16 07:30:55 UTC 2021
On Wednesday, 15 December 2021 at 21:57:39 UTC, Johan wrote:
>
> The wiki page you linked to describes LDC's own inline assembly
> syntax, which supports all targets but is no longer recommended.
> If you want GCC-style inline assembly, it's probably best to
> have a look at GCC's documentation:
> https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html
> and examples here in LDC source:
> https://github.com/ldc-developers/druntime/pull/171/files
>
> cheers,
> Johan
Oh!! We can use pure GCC syntax? That's sweet as there will be a
lot more sources and people knowing how to use it! I already test
it and it works!!! Thanks a lot for your help!!!
More information about the Digitalmars-d-learn
mailing list