URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 52 |
Rev 123 |
Line 24... |
Line 24... |
#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 adddataword(char*,int*);
|
|
void adddatahalf(char*,int*);
|
|
void adddatabyte(char*,int*);
|
|
void addlabel(char*,unsigned long,int*);
|
|
void addprogram(char*,char*,unsigned int,int*);
|
|
void parseline(char*,int*);
|
|
|
|
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.