Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Understanding the purpose of some assembly statements

c assembly x86 intel

Relative performance of x86 inc vs. add instruction

Assembly Segments in opcodes

Is my macbook pro x86 linux or x86_64 darwin? [closed]

x86 x86-64 platform

Is a shift instruction faster than an IMUL instruction?

assembly optimization x86

How to get GCC to use more than two SIMD registers when using intrinsics?

gcc assembly x86 sse simd

GCC/x86 inline asm: How do you tell gcc that inline assembly section will modify %esp?

Exploit a buffer overflow

c x86 buffer-overflow

Difference between std::fabs(a * b) and std::fabs(a) * std::fabs(b)

Configuring Visual Studio to create 32-bit and 64-bit configurations

c++ visual-studio x86 64-bit

How can I ask Mac OS to allocate memory in a specific address range?

Triple fault on stack in C code [closed]

gcc assembly x86 stack osdev

How does the instruction decoder differentiate between EVEX prefix and BOUND opcode in 32-bit mode?

Avoiding gcc function prologue overhead?

c gcc code-generation x86

Why does icc fail to handle compile-time branch hints in a reasonable way?

c optimization x86 icc built-in

Reproducing Unexpected Behavior w/Cross-Modifying Code on x86-64 CPUs

Is garbage allowed in high bits of parameter and return value registers in x86-64 SysV ABI?

How to understand that "Happens-before consistency is not sufficient" in Java [duplicate]

GCC compiles leading zero count poorly unless Haswell specified

c performance gcc x86 intel