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

Subversion Repositories thor

[/] [thor/] [trunk/] [FT64v5/] [software/] [AS64/] [source/] [symbol.h] - Diff between revs 48 and 54

Show entire file | Details | Blame | View Log

Rev 48 Rev 54
Line 35... Line 35...
    char segment;
    char segment;
    char defined;
    char defined;
    char isExtern;
    char isExtern;
    char phaserr;
    char phaserr;
    char scope;     // P = public
    char scope;     // P = public
 
                bool isMacro;
 
                Macro *macro;
    int bits;
    int bits;
} SYM;
} SYM;
 
 
SYM *find_symbol(char *name);
SYM *find_symbol(char *name);
SYM *new_symbol(char *name);
SYM *new_symbol(char *name);

powered by: WebSVN 2.1.0

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