.PSECT FLAGS GBL, REL, OVR,SHR,PIC,NOEXE,RD,WRT,LONG READM: .LONG 0 ;READ IN FLAG FOR SET M READO: .LONG 0 READW: .LONG 0 .PSECT HCDB GBL, REL, OVR, SHR,PIC,NOEXE,RD,WRT,LONG ICASE: .LONG 0 ;Upper (0) and Lower (4) case flag. NVEC: .LONG 0 ;Number of vectors defining character. IWIDTH: .LONG 0 ;Width of character LL0: .LONG 0 ;Position of Lower Left origin. LL0D: .LONG 0 ;Default LL origin. SCALE: .FLOAT 0. ;Scaling factor. SCALED: .FLOAT 0. ;Default scaling factor. COSUPC: .FLOAT 0. ;Transformation Vectors. SINUPC: .FLOAT 0. ; COSUPD: .FLOAT 0. ;Default Transformation Vectors. SINUPD: .FLOAT 0. ; COSUPT: .FLOAT 0. ;Scaled Transformaton Vectors. SINUPT: .FLOAT 0. ; DES: .LONG 0 ;Address of descriptor table. DEF: .LONG 0 ;Address of definition table. .END