New posts in x86

How does a 32-bit machine support more than 4 GB of RAM?

How does this milw0rm heap spraying exploit work?

What is the function of the push / pop instructions used on registers in x86 assembly?

In NASM labels next to each other in memory are printing both strings instead of first one

Nasm segmentation fault on RET in _start

What will be used for data exchange between threads are executing on one Core with HT?

Header files for x86 SIMD intrinsics

"No such file or directory" error when executing a binary

Why is there not a register that contains the higher bytes of EAX?

What C/C++ compiler can use push pop instructions for creating local variables, instead of just increasing esp once?

clflush to invalidate cache line via C function

Slow jmp-instruction

Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures?

How to implement atoi using SIMD?

How to read the Intel Opcode notation

Calling 32bit Code from 64bit Process

What is the meaning of "non temporal" memory accesses in x86

How do you use gcc to generate assembly code in Intel syntax?

Can I use Intel syntax of x86 assembly with GCC?

Is it possible to run an x86 binary on an ARM processor?