Rev | Line | |
---|
[4164] | 1 | /* $Id: omf.h,v 1.3 2000-09-02 21:08:03 bird Exp $ */
|
---|
[847] | 2 | /*
|
---|
| 3 | * OMF stuff
|
---|
| 4 | *
|
---|
| 5 | * Copyright (c) 1999 knut st. osmundsen
|
---|
| 6 | *
|
---|
[1678] | 7 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
| 8 | *
|
---|
[847] | 9 | */
|
---|
| 10 |
|
---|
| 11 | #ifndef _OMF_H_
|
---|
| 12 | #define _OMF_H_
|
---|
| 13 |
|
---|
| 14 | /* record types */
|
---|
| 15 | #define LIBHDR 0xF0
|
---|
| 16 | #define LIBEND 0xF1
|
---|
| 17 | #define THEADR 0x80
|
---|
| 18 | #define MODEND 0x8a
|
---|
| 19 | #define MODEND2 0x8b
|
---|
| 20 | #define COMENT 0x88
|
---|
| 21 | #define IMPDEF 0x01
|
---|
[4164] | 22 | #define PUBDEF 0x90
|
---|
[847] | 23 | #define LNAMES 0x96
|
---|
[4164] | 24 | #define SEGDEF 0x98
|
---|
| 25 | #define SEGDEF2 0x99
|
---|
| 26 | #define GRPDEF 0x9A
|
---|
| 27 | #define FIXUPP 0x9C
|
---|
| 28 | #define FIXUPP2 0x9D
|
---|
| 29 | #define LEDATA 0xA0
|
---|
| 30 | #define LEDATA2 0xA1
|
---|
[847] | 31 |
|
---|
| 32 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.