Docstrings considered too complicated
Steven D'Aprano
steve at REMOVE-THIS-cybersource.com.au
Fri Feb 26 23:19:10 EST 2010
On Sat, 27 Feb 2010 00:54:53 +0000, MRAB wrote:
> The assembly languages of virtually all the processors that I've come
> across put the destination first, eg. x86:
Incorrect. x86 assembly has two distinct syntax branches, "Intel
syntax" (which is most common in the Windows world according to
Wikipedia) and "AT&T syntax".
See for example:
http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Basic-Assembler-Syntax.html
--
Steven
More information about the Python-list
mailing list