1974 shaares
6 private links
6 private links
430 results
tagged
prog
How to well use it
btw to use intel syntax in gcc:
asm(".intel_syntax noprefix\n"
"int 3\n"
"mov eax, [x+4]\n"
"movss xmm1,[f+4]\n"
"fld [fa+4]\n"
".att_syntax\n");
Better use mathematic trick.
Cours c++ en asm
call original func within a preloaded func
Why windows kernel is slower
A blog about gnome-shell dev
Compilé des bout de code en ligne
Using valgrind and kcachegrind to see performance issue
Advanced C concepts
Lots of very usefull git alias !