New posts in x86

What does the /4 mean in FF /4?

adding i2c client devices on x86_64

Why do Compilers put data inside .text(code) section of the PE and ELF files and how does the CPU distinguish between data and code?

Is it valid to write below ESP?

x86-32 / x86-64 polyglot machine-code fragment that detects 64bit mode at run-time?

Can x86 reorder a narrow store with a wider load that fully contains it?

Atomic operations, std::atomic<> and ordering of writes

Does an x86 CPU reorder instructions?

Change target CPU settings in Visual Studio 2010 Express

What does NOPL do in x86 system?

Using the CGA/EGA/VGA planar graphics modes

Can a bool read/write operation be not atomic on x86? [duplicate]

Fastest way to compute absolute value using SSE

Assembly Language - How to do Modulo?

Why GCC compiled C program needs .eh_frame section?

REP MOVSB for overlapped memory

Does a memory barrier ensure that the cache coherence has been completed?

Efficient integer compare function

Limitations of Intel Assembly Syntax Compared to AT&T [closed]

What does "rep; nop;" mean in x86 assembly? Is it the same as the "pause" instruction?