Home » Algorithm and Programming » Assembly

Assembly

[Nov 11, 2011 | Views: 328]
This post collect the reference resource for x86-64 (also know as Intel 64, AMD 64) ISA / assembly language programming. x86-64 is a 64-bit extension of the Intel x86 instruction ... read more »
[Nov 9, 2011 | Views: 403]
One cool feature of gcc is that it can inline assembly into C code. With inline assembly, the programmer can precisely control the execution of the processor, such as forcing ... read more »