Annotation of MiNT/src/xbra.h, revision 1.1.1.1

1.1       root        1: typedef struct xbra
                      2: 
                      3: {
                      4: 
                      5:        long            xbra_magic;
                      6: 
                      7:        long            xbra_id;
                      8: 
                      9:        struct xbra     *next;
                     10: 
                     11:        short           jump;
                     12: 
                     13:        void            (*this)();
                     14: 
                     15: } xbra_vec;
                     16: 
                     17: 
                     18: 
                     19: #define XBRA_MAGIC     0x58425241L /* "XBRA" */
                     20: 
                     21: #define MINT_MAGIC     0x4d694e54L /* "MiNT" */
                     22: 
                     23: #define JMP_OPCODE     0x4EF9
                     24: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.