New posts in x86

Does the Intel Memory Model make SFENCE and LFENCE redundant?

Assembly - JG/JNLE/JL/JNGE after CMP

Purpose of ESI & EDI registers?

Is ADD 1 really faster than INC ? x86 [duplicate]

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

Size of store buffers on Intel hardware? What exactly is a store buffer?

How to display flags in Visual Studio Registers panel?

Is x86 CMPXCHG atomic, if so why does it need LOCK?

What is better "int 0x80" or "syscall" in 32-bit code on Linux?

Which variable size to use (db, dw, dd) with x86 assembly?

Atomicity on x86

What does it mean to align the stack?

Is it possible to tell the branch predictor how likely it is to follow the branch?

What is the purpose of XORing a register with itself? [duplicate]

What does `dword ptr` mean?

SQL Server Installation: Is it 32 or 64 bit?

Bomb lab phase 5 - 6 char string, movzbl load, and $0xf, %ecx, and index an array with that?

SIMD signed with unsigned multiplication for 64-bit * 64-bit to 128-bit

How to check if a binary requires SSE4 or AVX on Linux

What do the E and R prefixes stand for in the names of Intel 32-bit and 64-bit registers?