Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

#include header with C declarations in an assembly file without errors?

c gcc assembly include x86

Why INC and ADD 1 have different performances? [duplicate]

How to get opcodes of a c program

c linux assembly x86 opcode

Testing equality between two __m128i variables

c x86 sse simd

Does a branch misprediction flush the entire pipeline, even for very short if-statement body?

How to properly use prefetch instructions?

What does the PIC register (%ebx) do?

Complex Mul and Div using sse Instructions

x86 sse simd complex-numbers

pop or add esp, 4 ? What is the difference?

Analizing MIPS binaries: is there a Python library for parsing binary data?

python x86 mips elf dwarf

Out of Order Execution and Memory Fences

Why does GCC emit "lea" instead of "sub" for subtraction?

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