Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

gfortran for dummies: What does mcmodel=medium do exactly?

Why does int 3 generate a SIGSEGV in 64-bit instead of stopping the debugger?

Negative clock cycle measurements with back-to-back rdtsc?

When to do or not do INVLPG, MOV to CR3 to minimize TLB flushing

What is the 'shadow space' in x64 assembly?

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