After some Googling, I have found that GCC does use more of a fastcall-type system in 64 bit mode, but I haven't found a decent reference to the specifics of the system it does use. As I am about to write some asm support functions, this information would obviously be useful! I havent even found what I want on the GNU site - this may be my useless search terms, though

Does anyone know of a good online reference to the calling system GCC uses when I am compiling for long mode?
Cheers,
Adam