home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / kaypro / nswp2-kp.inf < prev    next >
Text File  |  1984-03-18  |  2KB  |  60 lines

  1.  
  2.             NSWP2 for the Kaypro 10 or ADM3A terminal
  3.             =========================================
  4.  
  5. As supplied,  NSWP2 does not use the inverse video sequences, you 
  6. must alter the COM file with DDT first.
  7.  
  8.    ////////////////////////////////////////////////////////
  9.  
  10. How  to set-up NSWP2.COM to show $SYS and $R/O files with inverse 
  11. video for the Kaypro 10 (and the brand new Kaypro 4).
  12.  
  13. All you need is DDT.COM and a copy of NSWP2.COM.
  14.  
  15. A0>DDT NSWP2.COM <c/r>
  16.  
  17. -S104 <c/r>         this is the inverse on sequence
  18.  03 <c/r>           03 means a three-byte video sequence
  19.  1b <c/r>           1b is hexadecimal for escape
  20.  42 <c/r>           42 is "B"
  21.  30 <c/r>           30 is "0"
  22.  .  <c/r>           entering a "." exits SET mode of DDT
  23.  
  24. -S10b <c/r>         this is the inverse off sequence
  25.  03 <c/r>
  26.  1b <c/r>           escape
  27.  43 <c/r>           "C"
  28.  30 <c/r>           "0"
  29.  .  <c/r>
  30.  
  31. -g0                 g0 exits DDT and returns to CP/M
  32.  
  33. warm boot
  34.  
  35. A0>SAVE 42 NSWP-K10.COM <c/r>
  36.  
  37. (NOTE: You may also specify a 4-byte video sequence and add "B1" and 
  38.        "C1" calls for half intensity inverse video)
  39.  
  40. That's  it ...  plain and simple.   Now any files with the  $SYS, 
  41. $R/O,  archive, or any other bit set will show up with an inverse 
  42. video block in the filetype extension when listed with NSWP2.
  43.  
  44.    /////////////////////////////////////////////////////////
  45.  
  46. Also to make the screen clear when NSWP2 signs on, set the following
  47. memory locations as shown:
  48.  
  49. 1D13H = 20    1D14H = 20    1D15H = 20    1D16H = 20
  50.  
  51. 1D17H = 1A  <-- this is the clear screen call 1ah or 26 decimal
  52.  
  53.    //////////////////////////////////////////////////////////
  54.  
  55. Many thanks to Dave Rand for this FINE utility program,   I would 
  56. be lost without it on my hard disk drive.
  57.  
  58. Steve Sanders  03/01/84
  59. Tampa Bay Bandit Board RCPM
  60.