assembler.h
Go to the documentation of this file.00001
00038 #ifndef ASSEMBLER_H_INCLUDED
00039 #define ASSEMBLER_H_INCLUDED
00040
00041 #if !defined(__ASSEMBLER__) && !defined(__IAR_SYSTEMS_ASM__) \
00042 && !defined(__DOXYGEN__)
00043 # error This file may only be included from assembly files
00044 #endif
00045
00046 #if defined(__ASSEMBLER__)
00047 # include "assembler/gas.h"
00048 # include <avr/io.h>
00049 #elif defined(__IAR_SYSTEMS_ASM__)
00050 # include "assembler/iar.h"
00051 # include <ioavr.h>
00052 #endif
00053
00066
00067
00068
00085
00087
00088
00093
00095
00096
00128
00130
00131
00148
00150
00151 #endif