dmd.iasmdmd
Inline assembler implementation for DMD. https://dlang.org/spec/iasm.html
License
Source: iasmdmd.d
Documentation: https://dlang.org/phobos/dmd_iasmdmd.html
-
Declaration
Statement
inlineAsmSemantic
(InlineAsmStatements
, Scope*sc
);Perform semantic analysis on InlineAsmStatement.
Parameters
InlineAsmStatement
s
inline asm statement
Scope*
sc
context
Return Value
on success, ErrorStatement if errors happeneds