From: mohan AT stealth DOT net (Mohan Khurana) Newsgroups: comp.os.msdos.djgpp Subject: Re: Far Pointers in Protected Mode Date: Mon, 21 Oct 1996 01:14:21 GMT Organization: Stealth Communications, NYC. Lines: 14 Message-ID: <54e8n2$e8p@news.stealth.net> References: <54bsg5$c6b AT news DOT stealth DOT net> <54draj$qs4 AT news DOT sdsmt DOT edu> NNTP-Posting-Host: mohan.nyc.stealth.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp oak9755 AT silver DOT sdsmt DOT edu (Olav Kindt) wrote: >Mohan Khurana (mohan AT stealth DOT net) wrote: > >Hi there, >I'm using inline assembly for this part. you can load the es reg with the >_dos_ds selector, and then use rep stosl (or byte, word). I used this >succes fully for a dillscreen routine. I am not very good with ASM, can you show me some source? What does rep stosl do?