[dcl.asm] (original) (raw)

9 Declarations [dcl.dcl]

9.10 The asm declaration [dcl.asm]

1

#

An asm declaration has the form

asm-declaration:
attribute-specifier-seq asm ( string-literal ) ;

The asm declaration is conditionally-supported; its meaning isimplementation-defined.

The optional attribute-specifier-seq in an asm-declaration appertains to the asm declaration.

[Note 1:

Typically it is used to pass information through the implementation to an assembler.

— _end note_]