Not only is the all caps and profanity uncalled for here, but the unfounded assertion that "everyone" uses "Intel syntax" is wrong. The Solaris assembler as one example, uses the "AT&T syntax". Also, this is reflected in older UNIX apis such as bcopy which use src, dest.
Personally, I always preferred src,dest over dest,src but as long as the language is consistent I don't care.
Personally, I always preferred src,dest over dest,src but as long as the language is consistent I don't care.