Skip to content

Opening book details…

About this document

Using Inline Assembly in C by ron_cpp is a document available to read on EtoBox.

Inline assembly is just a set of assembly instructions written as inline functions. It is used for speed, and you ought to believe me that it is frequently used in system programming. GNU C compiler i.e. GCC uses AT&T syntax and this is what we would use.

Author
ron_cpp
Language
EN