Solaris X86 64-bit Assembly Programming
This is a simple example on writing, compiling, and debugging
Solaris 64-bit x86 assembly language with a C program.
This is also referred to as "AMD64" assembly. The term "AMD64" is
used in an inclusive sense to refer to all X86 64-bit processors,
whether AMD Opteron family or Intel 64 processor family. Both run
Solaris x86.I'm keeping this example simple mainly to illustrate how everything
comes together—compiler, assembler, linker,...