From: Stefan Ring Newsgroups: comp.os.msdos.djgpp Subject: Re: [Q] __dpmi_regs Date: Thu, 19 Mar 1998 11:38:47 +0100 Organization: Vienna University of Technology, Austria Lines: 27 Message-ID: References: <3510C6C1 DOT D4FA68B3 AT mediavision DOT co DOT jp> Reply-To: Stefan Ring NNTP-Posting-Host: stud3.tuwien.ac.at Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII NNTP-Posting-User: e9725446 In-Reply-To: <3510C6C1.D4FA68B3@mediavision.co.jp> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Thu, 19 Mar 1998, Kanaya wrote: > It function defined... > > //------------------------- > AH=0x13 > AL=0x00 > BH=(vram page) > BL=(character attribute) > CX=(string length) > DH=(y) > DL=(x) > ES:BP=(point to data head) > //------------------------- > Calling real mode functions from PM is always a problem. Some DPMI implementations translate such calls and promote them to the real mode interrupt, while others leave this job to you. I recommend getting the djtut files from where you got djgpp, and read the djgfx introduction. Everything you need for writing your function is described there Good luck, Stefan