.ENABL LC ; ; These definitions are for the Integral Data Systems ; family of 132 column printers. These values are also defined ; in IDS.FTN. They are VERY device specific. Here, they are used ; in determining the buffer size, and used by the dot placement ; subroutines. ; NIBX = 84. ; 84 nibs per inch in both X and Y NIBY = 84. ; MAXNX = 210. ; number of dots per raster band ; must be multiple of 7 for IDS. MAXNY = 1092. ; number of dots accross the page. MBYTEY = 137. ; number of bytes of MAXNY ; (MAXNY/8 rounded up) ; ; define our common section PSECT name, for when we prefix DOTS.MAC ; .PSECT IDSRAS,RW,D,OVR,GBL ;