.TITLE CBLIB .IDENT /V02.06/ ; ; Edit date: 08/27/84 pjh ; Verified: 05/30/86 pjh (RSTS V9.1) V2.06 ;============================================================== ; Version 2.03 of cb or greater only ; ; THIS IS THE COMMUNICATIONS AREA SOURCE FOR 'CB' ; ; ASSEMBLY FORMAT: ; MAC CBLIB,CBLIB=CBLIB ; ; AFTER ASSEMBLY, THIS IS TASK-BUILD WITH ALL BP2 THREADS ; THAT CB.B2S USES. PLEASE SEE INSTALLATION INSTRUCTIONS ; FOR MORE DETAILS. ;============================================================== ; ; This software is furnished under a license and may ; be used and copied only in accordance with the ; terms of such license and with the inclusion of ; the above copyright notice. This software or any ; other copies thereof may not be provided or other- ; wise made available to any other person. No title ; to and ownership of the software is hereby trans- ; ferred. No SOURCE code can be copied. ; ; The information in this software is subject to ; change without notice and should not be construed ; as a commitment by the author. ; ;=============================================================== ; .PSECT CBLIST,D,RW,GBL,REL,OVR ; BP2 V2.1 - CB V2.05 Common Statement: ; ; !Storage offset ; COMMON (CBLIST) INTEGER COMMON.IN.USE, !0-1 ; INTEGER COMMON.INIT, !2-3 ; STRING CBLIB.VERSION=6, !4-9 ; INTEGER CB.CLOSED, !10-11 ; LONG CB.USER.COUNTS, !12-15 ; BYTE CHANNEL.USED(40%), !16-56 ; STRING CHANNEL(40%)=64%, !57-2680 ; STRING HANDLE(63%)=12%, !2681-3448 ; BYTE TALK.CHAN(63%), !3449-3512 ; BYTE FILL, !3513-3513 ; INTEGER TTY.WIDTH(63%), !3514-3641 ; INTEGER CB.PROJ(63%), !3642-3769 ; INTEGER CB.PROG(63%), !3770-3897 ; INTEGER JOB.FLAGS(63%), !3898-4025 ; STRING CB.PASS(63%)=6%, !4026-4409 ; STRING CB.LAST.CB.DATE =9, !4410-4418 ; STRING CB.LAST.CB.TIME =8, !4419-4426 ; STRING CB.LAST.INIT.DATE=9, !4427-4435 ; STRING CB.LAST.INIT.TIME=8 !4436-4443 ; LONG CB.LINE.COUNTS, !4444-4447 ; LONG CB.LINE.COUNT(40) !4448-4611 CIU: .blkb 2. CI: .blkb 2. CBLV: .ASCII /V02.06/ CBC: .blkb 2. CBUC: .BLKB 4. CU: .blkb 41. CNL: .blkb 2624. HNDL: .blkb 768. TC: .blkb 64. FILLR: .BLKB 1. TW: .blkb 128. CBPJ: .blkb 128. CBPG: .blkb 128. JF: .blkb 128. CBP: .blkb 384. CLCD: .ASCII /NONE / ;9 BYTES CLCT: .ASCII /NONE / ;8 BYTES CLID: .ASCII /NONE / ;9 BYTES CLIT: .ASCII /NONE / ;8 BYTES CBLC: .BLKB 4. CBLCA: .BLKB 164. .END