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 / CPM / PROGRAMS / WSTAR / WSP33.LBR / WSP33-A.SQB / WSP33-A.SUB
Text File  |  2000-06-30  |  2KB  |  67 lines

  1. ; WSP33-A.SUB
  2. ; WordStar 3.3 PATCHES   by Mark S. Stein  11/4/84                  
  3. ;              Supersedes WSP33.SUB dated  11/2/84           
  4. :
  5. ;The following is a summary of the patch effects that are used in
  6. ;conjunction with WORDSTAR version 3.3 for the Osborne I. Minor
  7. ;modifications to the companion source file WSP33.ASM can be made 
  8. ;to accommodate other computers and printers.
  9. ;
  10. ;    1) One set of patches within WSP33.ASM is used to set up the 
  11. ;       Osborne I Arrow keys to allow the automatic switchover 
  12. ;       from/to  CP/M  to/from  Wordstar. 
  13. ;
  14. ;    2) The other patches within WSP33.ASM are used to provide 
  15. ;       specific program and printer patches and the default
  16. ;       values for the left and right margins have been preset
  17. ;       to columns 1 and 80, respectively. Modify all the default
  18. ;       values to the desired value or toggle state prior to
  19. ;       assembling with ASM.COM.
  20. ;
  21. ;    3) The MicroPro LOGO and legal jargon have been eliminated 
  22. ;       and screen blanking occurs upon entering as well as 
  23. ;       exiting Wordstar. The underlining effect has also been 
  24. ;       eliminated. If the dimming effect is NOT desired, 
  25. ;       change the value of 29H at location 0269H to 28H using 
  26. ;       EDFILE or simply change the "29" appearing on the line 
  27. ;       below S269 to a "28" (see patching routine below).  
  28. ;
  29. ;Before using WSP33-A.SUB be sure to check the size of your WS 3.3
  30. ;using STAT.   For example, some WS 3.3 versions distributed con-
  31. ;tain 142 records in size, so use SAVE 71 WSTEST-A.COM rather than 
  32. ;the SAVE 69 WSTEST-A.COM indicated below.
  33. ;
  34. ;PATCH IMPLEMENTATION PROCEDURE:
  35. ;       1) Rename your newly installed version of WS.COM to
  36. ;          WSINSTAL.COM.
  37. ;
  38. ;       2) Then place WSINSTAL.COM (installed version), DDT.COM, 
  39. ;          EX14.COM, WSP33-A.SUB and WSP33.HEX on drive "A" and 
  40. ;          enter .......
  41. ;
  42. ;             A>EX14 WSP33-A<cr>
  43. ;
  44. ;This routine will create WSTEST-A.COM.
  45. ;
  46. DDT WSINSTAL.COM
  47. IWSP33.HEX
  48. R
  49. S3CF1
  50. C3
  51. 27
  52. 3D
  53. .
  54. S27E
  55. 01
  56. 1A
  57. .
  58. S269
  59. 29
  60. .
  61. G0
  62. SAVE 69 WSTEST-A.COM
  63. ;
  64. ;       3) After you have made certain that this version 
  65. ;          works properly, rename it to WS.COM.  Enjoy ....
  66. ;                                 Mark
  67.