tmp/tmpby96j6mc/{from.md → to.md}
RENAMED
|
@@ -2,15 +2,16 @@
|
|
| 2 |
|
| 3 |
An `asm` declaration has the form
|
| 4 |
|
| 5 |
``` bnf
|
| 6 |
asm-declaration:
|
| 7 |
-
attribute-specifier-seqₒₚₜ asm '('
|
| 8 |
```
|
| 9 |
|
| 10 |
-
The `asm` declaration is conditionally-supported;
|
| 11 |
-
*
|
| 12 |
-
*
|
|
|
|
| 13 |
|
| 14 |
[*Note 1*: Typically it is used to pass information through the
|
| 15 |
implementation to an assembler. — *end note*]
|
| 16 |
|
|
|
|
| 2 |
|
| 3 |
An `asm` declaration has the form
|
| 4 |
|
| 5 |
``` bnf
|
| 6 |
asm-declaration:
|
| 7 |
+
attribute-specifier-seqₒₚₜ asm '(' balanced-token-seq ')' ';'
|
| 8 |
```
|
| 9 |
|
| 10 |
+
The `asm` declaration is conditionally-supported; any restrictions on
|
| 11 |
+
the *balanced-token-seq* and its meaning are *implementation-defined*.
|
| 12 |
+
The optional *attribute-specifier-seq* in an *asm-declaration*
|
| 13 |
+
appertains to the `asm` declaration.
|
| 14 |
|
| 15 |
[*Note 1*: Typically it is used to pass information through the
|
| 16 |
implementation to an assembler. — *end note*]
|
| 17 |
|