From: broeker AT acp3bf DOT knirsch DOT de (Hans-Bernhard Broeker) Newsgroups: comp.os.msdos.djgpp Subject: Re: fprintf() and using under graphic modes Date: 26 Nov 1999 14:33:11 +0100 Organization: RWTH Aachen, III. physikalisches Institut B Lines: 32 Message-ID: <81m26n$725@acp3bf.knirsch.de> References: <81khu0$jhu$2 AT portraits DOT wsisiz DOT edu DOT pl> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 943623195 18915 137.226.32.75 (26 Nov 1999 13:33:15 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 26 Nov 1999 13:33:15 GMT X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Chaos (chengin AT alpha DOT net DOT pl) wrote: > >> (input) > >> => AH = 2 > >> => BH = number of video page. > >> => DL, DH = X, Y of position of cursor. > > > >You can simply call library function ScreenSetCursor, if you don't mind > >DJGPP-specific code. It already calls that function of the BIOS. > I've been already told that, but anyway thnx. A little problem is to > search the function that uses specific interrupt without knowing > it's contents. I wouldn't call *that* the problem, but rather the idea of looking up DOS/BIOS interrupt lists, first, instead of checking out the DJGPP library docs for functions that already do what you want. The way you do it, you're *asking* for an occasion to reinvent the wheel. > BTW. Is there, in DJGPP, a way to get assembler source of C source. > Isearched but with no success. In Borland 3.1 -S switch did that. In gcc, the switch is '-S'. Now who would have guessed _that_ ? :-) Really, you should look into the docs, from time to time... that's what they're there for, after all. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.