Is there a complete x86 assembly language reference that uses AT&T syntax? [closed]

Ideally there would be a version of Intel's Software Developer's Manuals written in AT&T syntax, but I would be happy to find anything that is close enough.


Solution 1:

Sun's manual uses gas syntax, with a correspondence table for the Intel/AMD-sanctioned opcode names (PDF).