Go to the first, previous, next, last section, table of contents.


5.7 Asm Definitions

The syntax of a asm-definition is the same as in C++ [ANSI95]. Such a declaration would presumably only be used to specify implementation design decisions.

asm-definition ::= asm ( string-literal ) ;


Go to the first, previous, next, last section, table of contents.