language-icon Old Web
English
Sign In

Inline assembler

In computer programming, an inline assembler is a feature of some compilers that allows low-level code written in assembly language to be embedded within a program, among code that otherwise has been compiled from a higher-level language such as C or Ada.    An asm declaration has the form    asm-definition:    asm ( string-literal ) ;    The asm declaration is conditionally-supported; its meaning is implementation-defined. In computer programming, an inline assembler is a feature of some compilers that allows low-level code written in assembly language to be embedded within a program, among code that otherwise has been compiled from a higher-level language such as C or Ada.

[ "Assembly language" ]
Parent Topic
Child Topic
    No Parent Topic