From: Matthew Subject: Geting 8x8 text from rom? Newsgroups: comp.os.msdos.djgpp NNTP-Posting-Host: mulder.student.adelaide.edu.au Message-ID: <34938c5f.0@pusher.student.adelaide.edu.au> Date: 14 Dec 97 07:35:59 GMT Lines: 11 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Im rather new to DJGPP so please excuse my ignorance here I would like to know how I would use farnspeekb for the following address. 0xF000FA6E which contains the 8x8 font for mode 13h in rom. The only example close to farnspeekb I can find is for writing to the screen ie _farnspokeb(0xA0000 + line_offset, color); Im used to writing 0xA0000000 for the screen address! How do I write the adress 0xF000FA6E for use with farnspeekb? Matthew