URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 221 |
Rev 231 |
Line 21... |
Line 21... |
This wil probably go into architecture dependent directory. */
|
This wil probably go into architecture dependent directory. */
|
|
|
#define COMMENT_CHAR '#'
|
#define COMMENT_CHAR '#'
|
#define DIRECTIVE_CHAR '.'
|
#define DIRECTIVE_CHAR '.'
|
#define LABELEND_CHAR ":"
|
#define LABELEND_CHAR ":"
|
#define OPERAND_DELIM ","
|
/*#define OPERAND_DELIM ","*/
|
|
|
extern int nonempty(char *line);
|
extern int nonempty(char *line);
|
void adddatastr(char*,int*);
|
void adddatastr(char*,int*);
|
void adddataword(char*,int*);
|
void adddataword(char*,int*);
|
void adddatahalf(char*,int*);
|
void adddatahalf(char*,int*);
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.