home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / MARK_WC2.LZH / INCLUDE / MTYPE.H < prev    next >
C/C++ Source or Header  |  1988-04-27  |  714b  |  28 lines

  1. /*
  2.  * mtype.h -- list machines supported by Mark Williams Company.
  3.  *
  4.  * Copyright (c) 1981-1987, Mark Williams Company, Chicago
  5.  * This file and its contents may not be copied or distributed
  6.  * without permission.
  7.  */
  8.  
  9. #ifndef     MTYPE_H
  10. #define     MTYPE_H
  11. /*
  12.  * Type definitions:
  13.  */
  14. #define M_PDP11    1        /* PDP-11 */
  15. #define M_VAX    2        /* VAX */
  16. #define    M_360    3        /* IBM 360 */
  17. #define M_Z8001    4        /* Zilog 8001 (segmented) */
  18. #define M_Z8002    5        /* Zilog 8002 (unsegmented) */
  19. #define M_8086    6        /* Intel 8086 */
  20. #define M_8080    7        /* Intel 8080 */
  21. #define M_6800    8        /* Motorola 6800 */
  22. #define M_6809    9        /* Motorola 6809 */
  23. #define M_68000    10        /* Motorola 68000 */
  24.  
  25. #endif
  26.  
  27. /* End of mtype.h */
  28.