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 / SIMTEL / CPMUG / CPMUG029.ARK / VDM.DOC < prev    next >
Text File  |  1984-04-29  |  839b  |  26 lines

  1. This note is from Ward Christensen.
  2.  
  3. Here is some documentation which will be useful to VDM,
  4. VTI, Flashwriter, or other memory-mapped or 16 line 
  5. video displays:  It modifies the "P" command to scroll
  6. 15 lines instead of 23:
  7.  
  8.     for 1.3 ED:
  9.  
  10.     AC95   MVI M,F    F=15, SETS NEW LINE COUNT
  11.  
  12.     FOR 1.4 ED:
  13.  
  14.     A161B    LXI H,F
  15.  
  16. in either case, do as follows:  Either SID or DDT ED.COM,
  17. noting how high in memory it went (NEXT value) so you will
  18. know how much to save later.  Then do an L command at the
  19. appropriate address (C95 or 161B), verifying that the
  20. instruction there is either an MVI M or LXI H, with the
  21. previous value (I believe it was 17H).  Then patch in the
  22. new instruction.  Control-C to re-boot, then save nn EDVDM.COM.
  23. Use this several times to be certain it is ok, then 
  24. ERA ED.COM and REN ED.COM=EDVDM.COM.
  25.  
  26.