27 #ifndef FCML_GAS_DIALECT_HPP_ 28 #define FCML_GAS_DIALECT_HPP_ 52 FCML_TEXT(
"Can not initialize the AT&T dialect."), error);
void setDialect(fcml_st_dialect *dialect)
Sets a new dialect for the wrapper.
Definition: fcml_dialect.hpp:83
AT&T dialect implementation.
virtual ~GASDialect()
Virtual destructor.
Definition: fcml_gas_dialect.hpp:60
#define FCML_TEXT(x)
Used to code literal strings.
Definition: fcml_types.h:61
struct fcml_st_dialect fcml_st_dialect
Assembler dialect.
Definition: fcml_dialect.h:36
Definition: fcml_assembler.hpp:39
GASDialect(fcml_uint32_t flags=FCML_GAS_DIALECT_CF_DEFAULT)
Creates AT&T dialect.
Definition: fcml_gas_dialect.hpp:47
LIB_EXPORT fcml_ceh_error LIB_CALL fcml_fn_dialect_init_gas(fcml_uint32_t config_flags, fcml_st_dialect **dialect)
Initializes AT&T dialect.
C++ wrapper for the base dialect.
#define FCML_GAS_DIALECT_CF_DEFAULT
Default combination of configuration flags.
Definition: fcml_gas_dialect.h:43
Wraps the AT&T dialect.
Definition: fcml_gas_dialect.hpp:39
An abstract dialect.
Definition: fcml_dialect.hpp:41
Component can not be initialized correctly.
Definition: fcml_common.hpp:231
fcml_uint16_t fcml_ceh_error
All error codes should be held in variables of this type.
Definition: fcml_errors.h:156