AT&TDUMP.ARC ------------ This program will print the super-hi resolution screen used on the AT&T PC 6300 to an Epson code compatible printer. A few bugs remain, but it essentially works. The file AT&TDUMP.SCR is a sample screen. To save a screen use the following commands in your code: DEF SEG = &HB800 BSAVE "d:filename.ext",0,32000 To display a saved screen . . . SCREEN 100 DEF SEG = &HB800 BLOAD "d:filename.ext" ------------- Reed Esau 9/10/86