1.3 KiB
1.3 KiB
[dcl.asm]
9 Declarations [dcl]
9.11 The asm declaration [dcl.asm]
An asm declaration has the form
asm-declaration:
attribute-specifier-seqopt asm ( balanced-token-seq ) ;
The asm declaration is conditionally-supported; any restrictions on the balanced-token-seq and its meaning are implementation-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]