home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / modems / xmodem / xmdm125.ark / XMODEM.INF < prev   
Encoding:
Text File  |  1986-07-15  |  1.6 KB  |  56 lines

  1.  
  2.    NOTE: After assembling XMODEM, you must include an overlay file
  3.      to support your serial port or modem.    (UNLESS you are
  4.      using BYE339 and have enabled the BYEBDOS equate - this
  5.      gets the I/O and clock information from BYE3 (or BYE5) and
  6.      needs no other overlays.)
  7.  
  8.      If you need an overlay, see the XMODEM overlay file and
  9.      get one that will support your system and assemble it to
  10.      produce a .HEX file.  Then use MLOAD to create an installed
  11.      XMODEM program.
  12.  
  13.  
  14.  
  15. EXAMPLE:
  16.  
  17.     A>ASM XMDM118.AAZ
  18.     (Assembles XMDM118.ASM to XMDM118.HEX)
  19.  
  20.  
  21. IF NOT USING BYEBDOS:
  22.  
  23.     A>ASM XMKP-2.AAZ
  24.     (Assembles XMKP-2.ASM to XMKP-2.HEX)
  25.  
  26.     A>MLOAD XMODEM=XMDM1nn,XMKP-2
  27.     (Loads both .HEX files, creates XMODEM.COM)
  28.  
  29.    (This method is a little easier than using DDT and SAVE.)
  30.  
  31.  
  32. IF USING BYEBDOS:
  33.  
  34.     A>LOAD XMDM1nn
  35.     (Loads XMDM1nn.HEX, creates XMDM1nn.COM)
  36.  
  37.     A>REN XMODEM.COM=XMDM1nn.COM
  38.     (Rename to XMODEM.COM for use)
  39.  
  40.     (This method REQUIRES BYE339 (or BYE5) to be running in order to
  41.     work, XMODEM cannot be used "locally" as with the above method.)
  42.  
  43.  
  44. USING MBBS WITH MBDESC OPTION:
  45.  
  46.     When using MBBS with the MBDESC option, it is recommended you
  47.     install MWHATS.COM (named to WHATS.COM) to read the MBBS
  48.     message system files for upload descriptions. The .COM files
  49.     included in this .LBR file assume you use the XMODEM description
  50.     file for uploads, which is another way to do it. You will not
  51.     need these .COM files if using MBBS (v4.1 and up) with the
  52.     MBDESC option enabled here and in MBYE (v4.0 and up).
  53.  
  54.                     - Notes by Kim Levitt
  55.                       11/02/85
  56.