CS350 COS
COS
Loading...
Searching...
No Matches
asm.h File Reference

Go to the source code of this file.

Macros

#define FUNC_BEGIN(fname)
 
#define FUNC_END(fname)   .size fname, . - fname
 

Macro Definition Documentation

◆ FUNC_BEGIN

#define FUNC_BEGIN (   fname)
Value:
.p2align 4, 0x90; .global fname; \
.type fname, @function; \
fname:

Definition at line 5 of file asm.h.

◆ FUNC_END

#define FUNC_END (   fname)    .size fname, . - fname

Definition at line 9 of file asm.h.