Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why does integer division by -1 (negative one) result in FPE?

Does the ret instruction add 4 to esp register?

What is the purpose of SUB Instruction?

assembly x86

Differences among various interrupts: SCI, SMI, NMI, and normal Interrupt

SSE: convert short integer to float

x86 sse simd

Referencing the contents of a memory location. (x86 addressing modes)

How to disassemble 16-bit x86 boot sector code in GDB with "x/i $pc"? It gets treated as 32-bit

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