New posts in x86

Load address calculation when using AVX2 gather instructions

NASM Vs GAS (Practical differences)

For Intel Core 2 Duo, should I upgrade my x32 with x64 Linux? [closed]

Boolean values as 8 bit in compilers. Are operations on them inefficient?

Is there a specification of x86 I/O port assignment?

Is there a complete x86 assembly language reference that uses AT&T syntax? [closed]

.net Framework Error (HRESULT 0x8007000B)

Why are x86 registers named the way they are?

Does integer overflow cause undefined behavior because of memory corruption?

What is the purpose of segment registers in x86 protected mode?

explanation about push ebp and pop ebp instruction in assembly

Assembly ADC (Add with carry) to C++

Running 32 bit assembly code on a 64 bit Linux & 64 bit Processor : Explain the anomaly

Why IA32 does not allow memory to memory mov? [duplicate]

Getting started with Intel x86 SSE SIMD instructions

Memory alignment on a 32-bit Intel processor

Is it possible to call a non-exported function that resides in an exe?

Self modifying code always segmentation faults on Linux

carry/overflow & subtraction in x86

How does the GCC implementation of modulo (%) work, and why does it not use the div instruction?