; WSP33-B.SUB ; WordStar 3.3 PATCHES by Mark S. Stein 11/4/84 ; Supersedes WSP33.SUB dated 11/2/84 : ;The following is a summary of the patch effects that are used in ;conjunction with WORDSTAR version 3.3 for the Osborne I. Minor ;modifications to the companion source file WSP33.ASM can be made ;to accommodate other computers and printers. ; ; 1) One set of patches within WSP33.ASM is used to set up the ; Osborne I Arrow keys to allow the automatic switchover ; from/to CP/M to/from Wordstar. ; ; 2) The other patches within WSP33.ASM are used to provide ; specific program and printer patches and the default ; values for the left and right margins have been preset ; to columns 1 and 80, respectively. Modify all the default ; values to the desired value or toggle state prior to ; assembling with ASM.COM. ; ; 3) The MicroPro LOGO and legal jargon have been eliminated ; and screen blanking occurs upon entering as well as ; exiting Wordstar. The underlining effect has also been ; eliminated. If the dimming effect is NOT desired, ; change the value of 29H at location 0269H to 28H using ; EDFILE or simply change the "29" appearing on the line ; below S269 to a "28" (see patching routine below). ; ; 4) The AUTOLOG onto "B" feature is automatically installed. ; If not desired, use WSP33-A.SUB instead of WSP33-B.SUB. ; ;Before using WSP33-B.SUB be sure to check the size of your WS 3.3 ;using STAT. For example, some WS 3.3 versions distributed con- ;tain 142 records in size, so use SAVE 71 WSTEST-B.COM rather than ;the SAVE 69 WSTEST-B.COM indicated below. ; ;PATCH IMPLEMENTATION PROCEDURE: ; 1) Rename your newly installed version of WS.COM to ; WSINSTAL.COM. ; ; 2) Then place WSINSTAL.COM (installed version), DDT.COM, ; EX14.COM, WSP33-B.SUB and WSP33.HEX on drive "A" and ; enter ....... ; ; A>EX14 WSP33-B ; ;This routine will create WSTEST-B.COM. ; DDT WSINSTAL.COM IWSP33.HEX R s101 30 03 . s330 0e 0e 1e 01 cd 05 00 c3 fc 2c . S3CF1 C3 27 3D . S27E 01 1A . S269 29 . G0 SAVE 69 WSTEST-B.COM ; ; 3) After you have made certain that this version ; works properly, rename it to WS.COM. Enjoy .... ; Mark