00001 00038 #ifndef ASSEMBLER_H_INCLUDED 00039 #define ASSEMBLER_H_INCLUDED 00040 00041 #if !defined(__ASSEMBLY__) && !defined(__DOXYGEN__) 00042 # error This file may only be included from assembly files 00043 #endif 00044 00045 #if defined(__GNUC__) 00046 # include <assembler/gas.h> 00047 #elif defined(__IAR_SYSTEMS_ASM__) 00048 # include <assembler/iar.h> 00049 #endif 00050 00063 00064 00065 00082 00084 00085 00090 00092 00093 00125 00127 00128 00145 00147 00148 #endif /* ASSEMBLER_H_INCLUDED */
1.6.3