Files
2025-10-25 03:02:53 +03:00

1.3 KiB

[dcl.asm]

9 Declarations [dcl]

9.11 The asm declaration [dcl.asm]

1

#

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]