Discussion:
Inline assembly documentation
(too old to reply)
Theo Belaire
2016-05-12 15:56:18 UTC
Permalink
https://github.com/0xAX/linux-insides/blob/master/Theory/asm.md

There is a pretty good explanation of how to use inline assembly, which I haven't seen anywhere else. Maybe this will be useful for others.
Theo Belaire
2016-05-12 16:23:39 UTC
Permalink
Post by Theo Belaire
https://github.com/0xAX/linux-insides/blob/master/Theory/asm.md
There is a pretty good explanation of how to use inline assembly, which I haven't seen anywhere else. Maybe this will be useful for others.
And here is another which talk about arm in particular: http://www.ethernut.de/en/documents/arm-inline-asm.html
Loading...