title 'Epson Low Resolution' DGROUP GROUP DATA dseg public xdpi, ydpi, xsiz, ysiz, xcor, ccap ; Revision: Feb. 08, 1984 File: "ZCAPFXLR.A86" copyright db 'Epson/IBM Low Re' db '08 Feb 84 GSX-86' db 'V1.3 Serial No.' db '0000-0000-654321' db 'Digital Research' ; Epson FX-80/MX-80 Printer, Single Density ; 8 Pin Graphics with n/144 vertical line spacing capability ; Top dot of the print wire corresponds to the MSB bit ; Bottom dot corresponds to the LSB bit ; Resolution : 60 dpi Horizontal x 72 dpi Vertical ; Plot Size : 8.00 x 10.33 inches ; 480 Horizontal dots (60 dots per inch x 8.0 inches) and ; 744 Vertical dots (72 dots per inch x 10.33 inches) ; Set the Length of each axis in Pixels dxlng equ 479 ; 60 (pixels per Horizontal inch) x 8.00 inches dylng equ 743 ; 72 (pixels per Vertical Inch) x 10.33 inches pxsiz EQU 423 ; Size per Pixel width = 1/62 x 254 x 100 pysiz EQU 352 ; SIZE PER PIXEL HIGHT = 1/72 x 254 x 100 cor EQU 2 ; No. of Predefined Colors xdpi dw dxlng ydpi dw dylng xsiz dw pxsiz ysiz dw pysiz xcor dw cor ccap dw 0 ; (Monochrome ) No Color Capability cseg end