From: jbs30000 AT aol DOT com (Joel) Newsgroups: comp.os.msdos.djgpp Subject: Quick and Easy DJGPP extended inline assembly question. Date: 21 Jul 2003 19:39:22 -0700 Organization: http://groups.google.com/ Lines: 14 Message-ID: <84e4e2a9.0307211839.3b86f7d0@posting.google.com> NNTP-Posting-Host: 205.188.208.170 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1058841562 29269 127.0.0.1 (22 Jul 2003 02:39:22 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 22 Jul 2003 02:39:22 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com When reading some on-line information about programming with extended inline assembly, I got a list of most of the register loading codes, but I don't think I have the complete set. Right now, I know about a - eax b - ebx c - ecx d - edx S - esi D - edi I - constant value 0 to 31 q - dynamic eax - edx r - dynamic eax - edi But I'm wondering if there's more, for example, are there any for the segment registers? Thank you.