We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ee2b3a + 238e7a5 commit a87783fCopy full SHA for a87783f
src/assembler/remove_asm.h
@@ -11,8 +11,8 @@ Date: December 2014
11
12
/// \file
13
/// Remove 'asm' statements by compiling them into suitable standard goto
14
-/// program instructions
15
-
+/// program instructions.
+/// \details
16
/// Inline assembly statements in the source program (in either gcc- or
17
/// msc-style) are represented by instructions of kind `OTHER` with a `code`
18
/// member of type `code_asmt` in the goto program.
0 commit comments