home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / hitech-c / z80v309.exe / EXEC.H < prev    next >
Encoding:
Text File  |  1993-06-19  |  384 b   |  17 lines

  1. /*
  2.  *    Definitions of the EXEC format
  3.  */
  4.  
  5. #define    EXITIT    0x80
  6. #define    EXEC    0x81
  7. #define    IGN_ERR    0x82
  8. #define    DEF_ERR    0x83
  9. #define    SKP_ERR    0x84
  10. #define    TRAP    0x85
  11. #define    IF_ERR    0x86
  12. #define    IF_NERR    0x87
  13. #define    ECHO    0x88
  14. #define    PRINT    0x89
  15. #define    RM_FILE    0x8A
  16. #define    RM_EXIT    0x8B
  17.