asm.h - vx32 - Local 9vx git repository for patches.
(HTM) git clone git://r-36.net/vx32
(DIR) Log
(DIR) Files
(DIR) Refs
---
asm.h (130B)
---
1 #ifndef _ASM_H_
2 #define _ASM_H_
3
4 #define ENTRY(x) .text; .p2align 2,0x90; \
5 .globl x; .type x,@function; x:
6
7 #endif // _ASM_H_