|
RTEMS
5.0.0
|
Go to the documentation of this file. 39 #include <rtems/score/cpuopts.h> 40 #include <rtems/score/no_cpu.h> 52 #ifndef __USER_LABEL_PREFIX__ 61 #define __USER_LABEL_PREFIX__ _ 64 #ifndef __REGISTER_PREFIX__ 73 #define __REGISTER_PREFIX__ 79 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 82 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) 96 #define BEGIN_CODE_DCL .text 100 #define BEGIN_DATA_DCL .data 104 #define BEGIN_CODE .text 127 #define PUBLIC(sym) .globl SYM (sym) 135 #define EXTERN(sym) .globl SYM (sym)