From: jbs30000 AT aol DOT com (Joel) Newsgroups: comp.os.msdos.djgpp Subject: Re: One final inline assembly constraint question. Date: 25 Jul 2003 16:55:10 -0700 Organization: http://groups.google.com/ Lines: 9 Message-ID: <84e4e2a9.0307251555.35722f8c@posting.google.com> References: <84e4e2a9 DOT 0307242201 DOT 4c8dbb84 AT posting DOT google DOT com> <200307251257 DOT h6PCvfHb028631 AT envy DOT delorie DOT com> NNTP-Posting-Host: 172.170.32.34 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1059177311 7636 127.0.0.1 (25 Jul 2003 23:55:11 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 25 Jul 2003 23:55:11 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com DJ Delorie wrote in message news:<200307251257 DOT h6PCvfHb028631 AT envy DOT delorie DOT com>... > > I have read up on, and am now pretty familiar with the usual "a" = > > eax, "S" = esi, and so on, but I'd like an example of one of the > > following please. > > "<" Autodecrement addressing memory > > ">" Autoincrement addressing memory > > Pushes and pops use these. I see. Thanks.