home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / debug / xsub.pat < prev    next >
Encoding:
Text File  |  1983-09-09  |  721 b   |  22 lines

  1. The following patch to XSUB.COM will eliminate its nasty
  2. habit of inserting extra line feeds after each command
  3. line which it displays on the console.  After installation
  4. of the patch, console output will look just like it would
  5. if it were actually typed in, instead of double-spaced.
  6.      Do the following:
  7.  
  8.  A>DDT XSUB.COM     ;Load old file to memory
  9.  DDT VERS 2.2       ;Program signs on with version
  10.  NEXT  PC
  11.  0400 0100          ; and displays size
  12.  -S2CF              ;Substitute at 2CFH
  13.  02CF 0A 24         ;Confirm that 0A is the old value!
  14.  02D0 23 .          ;Confirm that 23 is the next value!
  15.  -^C                ;Reboot with CTRL-C.
  16.  A>SAVE 3 XSUB.COM  ;Save new file from memory.
  17.  
  18.  That's it.
  19.  Enjoy.
  20.  
  21.  
  22.