| Last change
 on this file since 3226 was             1678, checked in by bird, 26 years ago | 
        
          | 
Some bugsfixes - Yield is disabled.Added parameters.
 Correcte moduleheaders.
 Introduced a new base class for virtual lx modules + some elf sketches.
 
 | 
        
          | File size:
            449 bytes | 
      
      
| Line |  | 
|---|
| 1 | /* $Id: omf.h,v 1.2 1999-11-10 01:45:33 bird Exp $ */ | 
|---|
| 2 | /* | 
|---|
| 3 | * OMF stuff | 
|---|
| 4 | * | 
|---|
| 5 | * Copyright (c) 1999 knut st. osmundsen | 
|---|
| 6 | * | 
|---|
| 7 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 8 | * | 
|---|
| 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 |  | 
|---|
| 19 | #define MODEND      0x8a | 
|---|
| 20 | #define MODEND2     0x8b | 
|---|
| 21 |  | 
|---|
| 22 | #define COMENT      0x88 | 
|---|
| 23 | #define     IMPDEF  0x01 | 
|---|
| 24 |  | 
|---|
| 25 | #define LNAMES      0x96 | 
|---|
| 26 |  | 
|---|
| 27 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.