New posts in x86

How does ARM Cortex A8 compare with a modern x86 processor

x86, i386, i686, amd64, i5, i7, archtecture, processor confusion [closed]

What is a Partial Flag Stall?

Vectorizing with unaligned buffers: using VMASKMOVPS: generating a mask from a misalignment count? Or not using that insn at all

An expensive jump with GCC 5.4.0

Assembly, printing ascii number

Why does integer division by -1 (negative one) result in FPE?

What methods can be used to efficiently extend instruction length on modern x86?

Branch alignment for loops involving micro-coded instructions on Intel SnB-family CPUs

What does `rep ret` mean?

Stack allocation, padding, and alignment

Is it possible for an x86 processor to match an ARM processor in terms of performance per watt?

Floating point vs integer calculations on modern hardware

The point of test %eax %eax [duplicate]

What is the "FS"/"GS" register intended for?

What happens when a computer program runs?

Why does GCC generate such radically different assembly for nearly the same C code?

What if there is no return statement in a CALLed block of code in assembly programs

Call an absolute pointer in x86 machine code

When and why do we sign extend and use cdq with mul/div?