From: hotpulp AT netidea DOT com Newsgroups: comp.os.msdos.djgpp Subject: segment registers Date: 26 Dec 1996 23:30:43 GMT Organization: iSTAR internet Incorporated Lines: 8 Message-ID: <59v1r3$7eg@nr1.ottawa.istar.net> NNTP-Posting-Host: login011.nelson.netidea.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp When I do an asm statement, does djgpp care if I change ES, FS, or GS? can I mutilate them all I want without the worry that djgpp will crash? also, does DS ALWAYS hold the data selector for all my variables I ever declare in a program? Or does it just hold the global variable selector? Shawn Betts hotpulp AT netidea DOT com