OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [libgloss/] [i960/] [asm.h] - Rev 9

Compare with Previous | Blame | View Log

#ifndef ASM_H
#define ASM_H
 
#ifdef __STDC__
# define _C_LABEL(x)    _ ## x
#else
# define _C_LABEL(x)    _/**/x
#endif
#define _ASM_LABEL(x)   x
 
#define _ENTRY(name)	\
	.text; .align 4; .globl name; name:
 
#define ENTRY(name)	\
	_ENTRY(_C_LABEL(name))
 
#endif
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.