Date: Fri, 25 Jul 2003 08:57:41 -0400 Message-Id: <200307251257.h6PCvfHb028631@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <84e4e2a9.0307242201.4c8dbb84@posting.google.com> (jbs30000 AT aol DOT com) Subject: Re: One final inline assembly constraint question. References: <84e4e2a9 DOT 0307242201 DOT 4c8dbb84 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 > 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.