page ; ; Library: RCPBASE for Z34RCP ; Author: Carson Wilson ; Version: 1.0 ; Date: June 15, 1988 ; Comments: Use instead of Z34CMN.LIB to produce absolute RCP's. ; An absolute RCP will only load to one address, and requires ; that the message buffer and the environment descriptor ; remain constant within the environment. ; You must modify the next three addresses to match your system: z3rcp equ 0ee80h ; RCP address z3env equ 0fd00h ; Environment descriptor address z3msg equ 0fe30h ; Message buffer address ; The rest of this file should not be changed. fcp equ z3env+18 ; Address of FCB quiet equ z3env+28h ; Quiet flag address z3whl equ z3env+29h ; Wheel byte address crt0 equ z3env+33h ; CRT 0 text lines address ccp equ z3env+63 ; CCP entry z3tcap equ z3env+80h ; TCAP address clrscr equ z3env+97h ; Clear screen string address cdrv equ z3msg+2fh ; Current drive ; End RCPBASE.LIB