URL
https://opencores.org/ocsvn/c16/c16/trunk
[/] [c16/] [trunk/] [asm/] [assembler.flex] - Diff between revs 26 and 30
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 26 |
Rev 30 |
Line 11... |
Line 11... |
|
|
class Opcode;
|
class Opcode;
|
class Operand;
|
class Operand;
|
class Expression;
|
class Expression;
|
|
|
#include "assembler_bison.cc.h"
|
#include "assembler_bison.hh"
|
|
|
void count();
|
void count();
|
int show_token(int op, const char * txt, YYSTYPE & lval);
|
int show_token(int op, const char * txt, YYSTYPE & lval);
|
#define token(x) show_token(x, yytext, yylval)
|
#define token(x) show_token(x, yytext, yylval)
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.