Can anyone recommend what they would consider are the best assembly coding references for AMD-64 assembly code?
I worked for SUN Microsystems for 14 years doing SPARC assembly, and now want to get up to speed as quickly as possible on AMD assembly code. (Since I finally got hired back into an engineering job after a 2 year haitus during the recession)
Also, I am interested in any sample code snippets to do any of the following:
1) Print contents of registers out in hex.
2) Assembly code making use of 64bit/128bit media instructions, and/or x87 floating point instructions
Once I have something I can run with, I tend to code out a demonstration piece of code for every posible instruction, and I'd be happy to share anything I come across.
Thanks in advance,
Thorne Kontos