| delorie.com/archives/browse.cgi | search | 
| From: | nobody AT xmission DOT com (Scott) | 
| Newsgroups: | comp.os.msdos.djgpp | 
| Subject: | Re: Text Mode C80 | 
| Date: | Mon, 18 Sep 2000 06:54:24 GMT | 
| Organization: | (none) | 
| Lines: | 19 | 
| Message-ID: | <39c5bbd5.621611799@198.60.22.3> | 
| References: | <8q2o5f$hru$1 AT info DOT cyf-kr DOT edu DOT pl> | 
| NNTP-Posting-Host: | slc70.modem.xmission.com | 
| X-Trace: | news.xmission.com 969260395 26696 166.70.9.70 (18 Sep 2000 06:59:55 GMT) | 
| X-Complaints-To: | abuse AT xmission DOT com | 
| NNTP-Posting-Date: | 18 Sep 2000 06:59:55 GMT | 
| X-No-Archive: | Yes | 
| X-Newsreader: | Forte Free Agent 1.21/32.243 | 
| To: | djgpp AT delorie DOT com | 
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp | 
| Reply-To: | djgpp AT delorie DOT com | 
On Sun, 17 Sep 2000 17:33:16 +0200, "Rafał Maj" <r_maj AT poczta DOT onet DOT pl> wrote: >Does somebody know, how to set text mode C80 80x25 color ? > >Thanks, >Rafal > >PS ! :) I don't want to use textmode()... I want to use assembler >(buildin) >For example, VGA mode 320*200*8bpp can be activated by calling interrupt >0x10 with AX=0x13 >But how to write this in DJGPP assembler ??? I don't want use any extern >assembler compiler, just this build-in. Get a copy of Ralf Brown's Interrupt List. Setting a video mode is mainly a matter of what value you pass in AX when calling int 0x10. Perhaps you should try 3.
| webmaster | delorie software privacy | 
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |