From: jbs30000 AT aol DOT com (Joel) Newsgroups: comp.os.msdos.djgpp Subject: One final inline assembly constraint question. Date: 24 Jul 2003 23:01:58 -0700 Organization: http://groups.google.com/ Lines: 6 Message-ID: <84e4e2a9.0307242201.4c8dbb84@posting.google.com> NNTP-Posting-Host: 172.139.165.68 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1059112929 7517 127.0.0.1 (25 Jul 2003 06:02:09 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 25 Jul 2003 06:02:09 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT 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 Thank you.