Date: Tue, 22 Jul 2003 09:24:43 -0400 Message-Id: <200307221324.h6MDOhLl019991@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <84e4e2a9.0307211839.3b86f7d0@posting.google.com> (jbs30000 AT aol DOT com) Subject: Re: Quick and Easy DJGPP extended inline assembly question. References: <84e4e2a9 DOT 0307211839 DOT 3b86f7d0 AT posting DOT google DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > But I'm wondering if there's more, for example, are there any for the > segment registers? Thank you. GCC doesn't generally care about segment registers, so it doesn't have constraints for them. The rest of the constraints are documented in the gcc internals doc (gccint.info) under "machine descriptions" -> "operand constraints" http://www.delorie.com/gnu/docs/gcc/gccint_76.html