26#ifndef FCML_ASM_DIALECT_GAS_H_
27#define FCML_ASM_DIALECT_GAS_H_
40#define FCML_GAS_DIALECT_CF_SYSV_SVR32_INCOMPATIBLE 0x00000001
43#define FCML_GAS_DIALECT_CF_DEFAULT 0
Structures and functions related to dialects.
struct fcml_st_dialect fcml_st_dialect
Assembler dialect.
Definition: fcml_dialect.h:36
Global error handling related declarations.
fcml_uint16_t fcml_ceh_error
All error codes should be held in variables of this type.
Definition: fcml_errors.h:156
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.
Handles Win32 DLL symbols importing/exporting.