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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [common/] [parse.h] - Diff between revs 52 and 123

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

powered by: WebSVN 2.1.0

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