home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 284_01 / mkhex.doc < prev    next >
Text File  |  1989-03-13  |  896b  |  28 lines

  1. NAME
  2.     MKHEX.EXE    Creation of CP/M boot file
  3.  
  4. SYNOPSIS
  5.     mkhex nn
  6.  
  7. DESCRIPTION
  8.     MKHEX creates a CP/M boot image file that is used in I8080.
  9.     nn is specified in decimal and stands for the system size of CP/M.
  10.  
  11.     When a program starts, it reads BIOSnn.HEX and CPMnn.COM in the
  12.     current directory in the current disk drive and creates CPMnn.HEX.
  13.     BIOSnn.HEX is an Intel hexa format created by assembling BIOS. 
  14.     CPMnn.COM must be a file that includes CP/M system.
  15.  
  16.     As for the porting of CP/M, please refer to "porting.doc".
  17.  
  18. WARNINGS
  19.     No error checking is performed. For example, no warning is displayed
  20.     when the system size specified in the command line is different from
  21.     one in the BIOS module. However, even when booted in I8080, the program
  22.     will not work correctly.
  23.  
  24.  
  25.  
  26.     
  27.  
  28.