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

Subversion Repositories raptor64

[/] [raptor64/] [trunk/] [software/] [c64/] [source/] [Expr.h] - Diff between revs 37 and 51

Show entire file | Details | Blame | View Log

Rev 37 Rev 51
Line 44... Line 44...
        enum e_bt etype;
        enum e_bt etype;
        long      esize;
        long      esize;
    __int8 constflag;
    __int8 constflag;
        __int8 bit_width;
        __int8 bit_width;
        __int8 bit_offset;
        __int8 bit_offset;
 
        __int8 scale;
        // The following could be in a value union
        // The following could be in a value union
    __int64 i;
    __int64 i;
    double f;
    double f;
    char  *sp;
    char  *sp;
    struct enode *p[2];
    struct enode *p[2];

powered by: WebSVN 2.1.0

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