home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / cpmug / cpmug040.ark / CV.DOC < prev    next >
Encoding:
Text File  |  1984-04-29  |  918 b   |  39 lines

  1. Documentation of various original programs written
  2. by Ward Christensen
  3.  
  4.         ----CV.ASM----
  5. OVERVIEW:
  6.     A split screen video compare program for use with
  7. the VDM or other memory mapped video boards.  Consists of
  8. two hard-coded scroll routines, one for each half (top/bottom)
  9. of the VDM.  Allows independently scrolling each half, or
  10. doing a "full speed" file-file compare.
  11.  
  12. USAGE:
  13.     CV fn1.ft1 fn2.ft2
  14.  
  15. Chars to press to run:
  16.  
  17.     TOP    BOTT    ----Function----
  18.  
  19.     Y    H    CONTINUOUS SCROLL
  20.     U    J    1 LINE SCROLL
  21.     I    K    4 LINE SCROLL
  22.     O    L    7 LINE SCROLL
  23.  
  24.         C        SCROLLS CONTINUOUSLY,
  25.             COMPARING THE FILES
  26.             STOPS ON A MIS-COMPARE.
  27.     
  28.         Q        QUITS (EXITS) THE PROGRAM.
  29.             (MUST BE USED.  CTL-Z IN THE
  30.             FILE COULD BE AN ERROR, SO CV
  31.             STOPS BUT YOU MUST EXPLICITLY Q)
  32.  
  33. DEPENDENCIES:
  34.     VDM or other memory mapped video board.  "Could"
  35. be modified for 24x80.  Works as is if you have a VDM
  36. at CC00H.
  37.  
  38.  
  39.