From Jason Turner

[dcl.asm]

Diff to HTML by rtfpessoa

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