Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

FreeBSD syscall clobbering more registers than Linux? Inline asm different behaviour between optimization levels

x86 instruction encoding how to choose opcode

Get size of x86-64 instruction

c assembly x86-64

How avoid cache line invalidation from multiple threads writing to a shared array?

Why does Linux favor 0x7f mappings?

When does Linux x86-64 syscall clobber %r8, %r9 and %r10?

GCC code that seems to break inline assembly rules but an expert believes otherwise

Push and Pop on AMD64 [duplicate]

assembly stack x86-64

Move quadword between xmm and general-purpose register in ml64?

What does data16 mean in objdump output?

assembly x86-64 objdump

Efficient mod 3 in x86 assembly

Opposite of cache prefetch hint

SSE and iostream: wrong output for floating point types

Understanding C program in Assembly

c assembly x86-64

Assembly/Linking problem with nasm and ld

Is mmap deterministic if ASLR is disabled?

c linux gcc x86-64 mmap

Where does the SSE instructions outperform normal instructions

c x86-64 sse

Delphi SizeOf(NativeInt) vs C sizeof(int) on x86-64. Why the Size difference?

c delphi x86-64 pascal sizeof

Why is there no fused multiply-add for general-purpose registers on x86_64 CPUs?

X86: What does `movsxd rdx,edx` instruction mean?

assembly x86-64 mov