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 -- http://mail.python.org/mailman/listinfo/python-list