home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 284_01 / mon.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-13  |  384 b   |  7 lines

  1. /* mon.h - configuration constants for monitor.c            */
  2.  
  3. /* file names */
  4. #define BOOT_SYS    "CPM20.HEX"    /* boot image of CP/M system    */
  5. #define DISK_SYS    "CPMSYS.DSK"    /* default system disk image    */
  6. #define CORE_SYS    "CORE.HEX"    /* core dump when aborted    */
  7.