Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

How does this C program without libc work?

Difference in position-independent code: x86 vs x86-64

c linux x86 x86-64 elf

Converting llvm .bc file to human readable .ll file

c linux llvm clang x86-64

difference between MMX and XMM register?

assembly x86 x86-64 sse mmx

Why doesn't GCC use partial registers?

Benefits of x87 over SSE

x86 x86-64 sse fpu x87

Unexpectedly poor and weirdly bimodal performance for store loop on Intel Skylake

What does the R stand for in RAX, RBX, RCX, RDX, RSI, RDI, RBP, RSP? [duplicate]

What are _mm_prefetch() locality hints?

How to save the registers on x86_64 for an interrupt service routine?

assembly x86-64 isr

Are there benefits to running X86-64 Python on a 64-bit CPU in a 64-bit OS?

python windows-7 64-bit x86-64

Why are signed and unsigned multiplication different instructions on x86(-64)?

"Unexplainable" core dump

Why does this function push RAX to the stack as the first operation?

c++ assembly x86 x86-64 abi

movq assembly function

assembly x86-64 att

Performance optimisations of x86-64 assembly - Alignment and branch prediction

Do shared libraries use the same heap as the application?

c linux gcc x86-64

x86 Assembly pushl/popl don't work with "Error: suffix or operands invalid"

assembly x86 x86-64

CPUID implementations in C++

c++ assembly x86-64 cpu cpuid

Examining C/C++ Heap memory statistics in gdb