home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / cpm86 / m8upd-1.txt < prev    next >
Text File  |  1984-11-17  |  1KB  |  45 lines

  1. M8UPD-1.TXT  -    Update Number 1 for MDM830
  2.  
  3.  
  4. The following has been brought to my attention by Harry M. Van Tassell:
  5.  
  6.     There is NO NEED for the MDM830 configuration utility as this
  7.     can be done using PIP.
  8.  
  9.     The new precedure to configure MDM830 is now as follows:
  10.  
  11.     Assemble the overlay to MDM830 for your system using ASM86
  12.     and concatenate the resulting .H86 file to MDM8xx.H86 using
  13.     PIP.  E.G.:
  14.  
  15.     ASM86 M8GP-1
  16.     PIP MDM.H86=MDM830.H86,M8GP-1.H86
  17.     GENCMD MDM 8080 CODE[MFF0]
  18.  
  19.   similarly
  20.  
  21.     overlaying the Phone Number Overlay can be done
  22.     by :
  23.  
  24.     ASM86 M8NM-30
  25.     PIP MDMNEW.H86=MDM.H86,M8NM-30.H86
  26.     GENCMD MDMNEW 8080 CODE[MFF0]
  27.  
  28. I have tried this procedure before Harry told me it works and could
  29. not get it to create a proper CMD file. I found out why too! Here
  30. it is:
  31.  
  32. NOTE:  IF YOU HAVE A DUAL PROCESSOR SYSTEM SUCH AS COMPUPROS 8/16
  33.        SYSTEM OR THE DEC RAINBOW, MAKE SURE YOU USE THE 16 BIT
  34.        VERSION OF PIP !! WHEN I FIRST EXPERIMENTED I HAD PIP.COM
  35.        ON MY DEFAULT DRIVE AND PIP.CMD WAS NOT THERE... SO I ENDED
  36.        UP WITH A CONCATENATED FILE ALRIGHT BUT THE END OF RECORDS
  37.        RECORD WAS STILL IN THE NEW H86 FILE. SO I GUESS (DOES ANYONE
  38.        KNOW FOR SURE ??) THAT THE 16 BIT VERSION OF PIP TAKES H86
  39.        FILES AND TREATS THEM SPECIAL BY REMOVING THE LAST RECORD
  40.        IN THE FIRST FILE !?!
  41.  
  42.  
  43.  
  44.                 Alex Soya
  45.