asm.h File Reference

Go to the source code of this file.

Defines

#define __CONCAT(x, y)   x/**/y
#define __STRING(x)   "x"
#define __ALIGN_TEXT   .align 2
#define __SECTIONSTRING(_sec, _str)   __asm__(".section _sec ; .asciz _str ; .text")
#define __ENTRY(x)   .text; __ALIGN_TEXT; .globl x; .type x,@function; x:


Define Documentation

#define __ALIGN_TEXT   .align 2
 

#define __CONCAT x,
 )     x/**/y
 

#define __ENTRY  )     .text; __ALIGN_TEXT; .globl x; .type x,@function; x:
 

#define __SECTIONSTRING _sec,
_str   )     __asm__(".section _sec ; .asciz _str ; .text")
 

#define __STRING  )     "x"
 


Generated on Wed May 24 23:05:55 2006 for LSE/OS by  doxygen 1.4.6