Initial import
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/omf51@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
Executable
+20
@@ -0,0 +1,20 @@
|
||||
/***************************************************************************/
|
||||
/* omf51const.h */
|
||||
/***************************************************************************/
|
||||
#ifndef OMF51CONST_H
|
||||
#define OMF51CONST_H
|
||||
|
||||
/***************************************************************************/
|
||||
/* Constants
|
||||
/***************************************************************************/
|
||||
extern const char *recTypeTitle[256];
|
||||
extern const char *segTypeName[8];
|
||||
extern const char *symTypeName[8];
|
||||
extern const char *relTypeName[256];
|
||||
extern const char *blkTypeName[256];
|
||||
extern const char *dbgDefTypeName[256];
|
||||
|
||||
/***************************************************************************/
|
||||
/* Ende
|
||||
/***************************************************************************/
|
||||
#endif /* OMF51CONST_H */
|
||||
Reference in New Issue
Block a user