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
Wrap
Text File
|
2000-06-30
|
2KB
|
67 lines
; WSP33-A.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).
;
;Before using WSP33-A.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-A.COM rather than
;the SAVE 69 WSTEST-A.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-A.SUB and WSP33.HEX on drive "A" and
; enter .......
;
; A>EX14 WSP33-A<cr>
;
;This routine will create WSTEST-A.COM.
;
DDT WSINSTAL.COM
IWSP33.HEX
R
S3CF1
C3
27
3D
.
S27E
01
1A
.
S269
29
.
G0
SAVE 69 WSTEST-A.COM
;
; 3) After you have made certain that this version
; works properly, rename it to WS.COM. Enjoy ....
; Mark