New posts in x86

What's the relative speed of floating point add vs. floating point multiply

Do current x86 architectures support non-temporal loads (from "normal" memory)?

X86 Solaris boot failure

Getting cpu cycles using RDTSC - why does the value of RDTSC always increase?

What does "DS:[40207A]" mean in assembly?

What does jmp ds:dword mean [duplicate]

Fastest inline-assembly spinlock

Why do VirtualBox guest kernels run in ring 1 instead of ring 3?

Why is linear read-shuffled write not faster than shuffled read-linear write?

How to flush the CPU cache for a region of address space in Linux?

What does MOV EAX, DWORD PTR DS:[ESI] mean and what does it do?

Why is gcc allowed to speculatively load from a struct?

Weird MSC 8.0 error: "The value of ESP was not properly saved across a function call..."

How does x86 pause instruction work in spinlock *and* can it be used in other scenarios?

How are atomic operations implemented at a hardware level?

What does ORG Assembly Instruction do?

"enter" vs "push ebp; mov ebp, esp; sub esp, imm" and "leave" vs "mov esp, ebp; pop ebp"

Cycles/cost for L1 Cache hit vs. Register on x86?

Performance-impact of Hyper-Threading

Dividing in assembly ax and bx [duplicate]