Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!uokmax!d.cs.okstate.edu!ong From: ong@d.cs.okstate.edu (ONG ENG TENG) Newsgroups: comp.os.msdos.programmer Subject: Re: ?: EGA to 43 line mode Message-ID: <1991Mar1.163656.14106@d.cs.okstate.edu> Date: 1 Mar 91 16:36:56 GMT References: Distribution: comp Organization: Oklahoma State University Lines: 14 From article , by mock@watt.support.Corp.Sun.COM (Joseph Mocker): > Hi all, > > O.k. call me stupid, but I lost my routine to put the EGA in a 43 line mode. > Could anyone give me a routine to do it? The follow assembler line will send the EGA into 43 line-mode or VGA into 50 line=mode: mov ax,1112h ; go into 80x50 mode sub bl,bl int 10h E. Teng Ong (ong@d.cs.okstate.ed)