From: "Michael Krause" Newsgroups: comp.os.msdos.djgpp Subject: Preserving Segment Registers Date: 20 Jun 1997 16:59:58 GMT Organization: TDS Telecom - Madison, WI Lines: 6 Message-ID: <01bc7d9b$48358080$ce4c89d0@default> NNTP-Posting-Host: mimi2-a13.mill.tds.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In inline assembly, how do you add a segment register to the list of registers altered by the assembly? I try using "%es" after all the other changed registers, but that generates an error. Also, in an external assembly function, what are all the segment registers you have to preserve? -- Michael Krause