home *** CD-ROM | disk | FTP | other *** search
- Documentation of various original programs written
- by Ward Christensen
-
- ----CV.ASM----
- OVERVIEW:
- A split screen video compare program for use with
- the VDM or other memory mapped video boards. Consists of
- two hard-coded scroll routines, one for each half (top/bottom)
- of the VDM. Allows independently scrolling each half, or
- doing a "full speed" file-file compare.
-
- USAGE:
- CV fn1.ft1 fn2.ft2
-
- Chars to press to run:
-
- TOP BOTT ----Function----
-
- Y H CONTINUOUS SCROLL
- U J 1 LINE SCROLL
- I K 4 LINE SCROLL
- O L 7 LINE SCROLL
-
- C SCROLLS CONTINUOUSLY,
- COMPARING THE FILES
- STOPS ON A MIS-COMPARE.
-
- Q QUITS (EXITS) THE PROGRAM.
- (MUST BE USED. CTL-Z IN THE
- FILE COULD BE AN ERROR, SO CV
- STOPS BUT YOU MUST EXPLICITLY Q)
-
- DEPENDENCIES:
- VDM or other memory mapped video board. "Could"
- be modified for 24x80. Works as is if you have a VDM
- at CC00H.
-
-
-