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-B.SQB / WSP33-B.SUB
Text File  |  2000-06-30  |  3KB  |  86 lines

  1. ; WSP33-B.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. ;    4) The AUTOLOG onto "B" feature is automatically installed.
  30. ;       If not desired, use WSP33-A.SUB instead of WSP33-B.SUB.
  31. ;Before using WSP33-B.SUB be sure to check the size of your WS 3.3
  32. ;using STAT.   For example, some WS 3.3 versions distributed con-
  33. ;tain 142 records in size, so use SAVE 71 WSTEST-B.COM rather than 
  34. ;the SAVE 69 WSTEST-B.COM indicated below.
  35. ;
  36. ;PATCH IMPLEMENTATION PROCEDURE:
  37. ;       1) Rename your newly installed version of WS.COM to
  38. ;          WSINSTAL.COM.
  39. ;
  40. ;       2) Then place WSINSTAL.COM (installed version), DDT.COM, 
  41. ;          EX14.COM, WSP33-B.SUB and WSP33.HEX on drive "A" and 
  42. ;          enter .......
  43. ;
  44. ;             A>EX14 WSP33-B<cr>
  45. ;
  46. ;This routine will create WSTEST-B.COM.
  47. ;
  48. DDT WSINSTAL.COM
  49. IWSP33.HEX
  50. R
  51. s101
  52. 30
  53. 03
  54. .
  55. s330
  56. 0e
  57. 0e
  58. 1e
  59. 01
  60. cd
  61. 05
  62. 00
  63. c3
  64. fc
  65. 2c
  66. .
  67. S3CF1
  68. C3
  69. 27
  70. 3D
  71. .
  72. S27E
  73. 01
  74. 1A
  75. .
  76. S269
  77. 29
  78. .
  79. G0
  80. SAVE 69 WSTEST-B.COM
  81. ;
  82. ;       3) After you have made certain that this version 
  83. ;          works properly, rename it to WS.COM.  Enjoy ....
  84. ;                                     Mark
  85.