3 /* This contains all the defines to build or read a MMURTL runfile */
\r
10 #define DOFFTAG 0x92
\r
11 #define COFFTAG 0x94
\r
12 #define STRTTAG 0x96
\r
13 #define DLLIDTAG 0xA0
\r
14 #define CODETAG 0xB0
\r
15 #define DATATAG 0xB2
\r
16 #define CDFIXTAG 0xC0 /* most common (e.g., a variable ref in CSEG) */
\r
17 #define CCFIXTAG 0xC1 /* CSEG item refers to CSEG item */
\r
18 #define DDFIXTAG 0xC2 /* DESG item refers to DSEG item */
\r
19 #define DCFIXTAG 0xC3 /* DESG item refers to CSEG item */
\r
20 #define DLFIXTAG 0xC5 /* DLL called from CSEG */
\r
21 #define DLPUBTAG 0xC8 /* DLL Defined in CSEG */
\r
24 /* legal values for run file types */
\r
36 #define TAGSIZE 5 /* This includes the TAGID & tag length */
\r
38 /************ END OF MODULE *****************/
\r