Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-eddie.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!mit-eddie!gary From: gary@mit-eddie.UUCP (Gary Samad) Newsgroups: net.micro.pc Subject: Re: Alphanumeric character in graphics mode display Message-ID: <2291@mit-eddie.UUCP> Date: Fri, 29-Jun-84 22:38:16 EDT Article-I.D.: mit-eddi.2291 Posted: Fri Jun 29 22:38:16 1984 Date-Received: Sun, 1-Jul-84 06:49:04 EDT References: <569@uofm-cv.UUCP> Organization: MIT, Cambridge, MA Lines: 12 <> If you simply use the BIOS calls (or high level language output routines) characters will appear on the graphics screen. At the lowest level they are actually coppied from a bit map that matches the bit map ROM for alpha mode. This bit map is somewhere in the ROM BIOS (look in the Tech Ref) and consists of the Characters from 01 to 7F. IBm graciously claims that you may provide your own bit map of the second half of the character set if you wish. G~