Date: Sun, 2 Apr 2000 10:46:57 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: screen In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 30 Mar 2000, Damian Yerrick wrote: > In graphics mode, you can generally blit from the screen, but you > would need to write an OCR engine to make any sense of it. The OCR part is only true for video modes unsupported by the system BIOS. For modes that the BIOS knows about (13h and below), function 8 of Int 10h is more than adequate.