; ; The following patches from the MULTI-TASKER Volume 16, Number 3, allow ; unlimited keywords in TPARS. The artical was submitted by Ken Cross of ; Perceptics Corporation (thank-you Ken, this limitation was been a pain). ; LBR TRANS.ORG=LB:[1,1]RSXMAC.SML/EX:TRAN$ SLP @TRANS.COR ; ; TRANS.COR contents: ; ; TRANS.MAC=TRANS.ORG ; -29,37 ; .MACRO $$$TYP ; .BYTE 200 ; .ENDM $$$TYP ; $$$KEY = $$$KEY+1 ; $$$FLG = $$$FLG!1 ; .MACRO $$$EXT ; .WORD $$$TMP ; .ENDM ; / ; ; >LBR LB:[1,1]RSXMAC.SML=TRANS.MAC/RP ; ; The patch to TPARS changes five words using the ZAP utility: ; LBR TPARS.OBJ=LB:[1,1]SYSLIB/EX:.TPARS ; >ZAP ; ZAP>TPARS.OBJ/AB ; Location Change To ; -------- ------ -- ; 2:202/ 042700 16500 ; 2:204/ 177700 1 ; 2:206/ 006300 240 ; 2:210/ 061600 240 ; 2:212/ 011000 240 ; 1:16/ 146400 146401 ; ; The last word changes the version from V0122 to V0122A. The revised ; module can then be replaced in SYSLIB if desried. ;