llvm-general-pure-3.3.13.0: Pure Haskell LLVM functionality (no FFI).

Safe HaskellSafe-Inferred

LLVM.General.AST.InlineAssembly

Description

A representation of an LLVM inline assembly

Synopsis

Documentation

data Dialect

the dialect of assembly used in an inline assembly string http://en.wikipedia.org/wiki/X86_assembly_language#Syntax

Constructors

ATTDialect 
IntelDialect