home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / A / CPM30.ARC / CPM30.QA < prev    next >
Text File  |  1990-10-03  |  2KB  |  61 lines

  1.   procedure modifies ED to allow interruption of commands using CTRL-Y 
  2.           instead of CTRL-C.
  3.  
  4.  
  5.           Patch Procedure:
  6.  
  7.                Make a back-up copy of ED.CMD before using DDT-86   to make the 
  8.           following changes:
  9.  
  10.  
  11.                   A>ddt86
  12.                   -red.cmd
  13.                     START          END
  14.                   nnnn:0000     nnnn:23ff
  15.                   -xcs
  16.                   CS 0000 nnnn+8
  17.                   DS 0000 nnnn+8
  18.                   SS 0000 nnnn+8
  19.                   ES 0000 nnnn+8
  20.                   -lbd1,bd3
  21.                   yyyy:0BD1 CMP    AL,03
  22.                   yyyy:0BD3 JNZ    0BD9
  23.                   -sbd2
  24.                   yyyy:0BD2 03 19
  25.                   yyyy:0BD3 75 .
  26.                   -s79
  27.                   yyyy:0079 30 31
  28.                   yyyy:007A 36 .
  29.                   -wed.cmd
  30.                   -^c
  31.                   A>
  32.  
  33.  
  34.                Licensed users are granted the right to include  these  changes 
  35.           in CP/M-86 V1.1 software.
  36.  
  37.  
  38.  
  39.  
  40.           All Information Presented Here is Proprietary to Digital Research
  41.  
  42.                                           1
  43.  
  44.  
  45.  
  46.  
  47.  
  48.                                      CP/M-86   V1.1 
  49.                                  Patch 05, ED, 04/08/82
  50.  
  51.                           Copyright   1982 by Digital Research
  52.                  CP/M-86 is a registered trademark of Digital Research.
  53.                        DDT-86 is a trademark of Digital Research.
  54.  
  55.  
  56.           Program:  ED.CMD
  57.           Products and Serial Numbers Affected:  CP/M-86    V1.1  C86-000-00746 
  58.           through C86-000-01001
  59.  
  60.  
  61.