Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Custom bootloader booted via USB drive produces incorrect output on some computers

Fastest Implementation of Exponential Function Using AVX

x86 simd avx exponential avx2

Why linux kernel use trap gate to handle divide_error exception?

What meaning, if any, does the Mod R/M byte carry for the unconditional jump instruction 0xFF?

assembly x86

What parts of this HelloWorld assembly code are essential if I were to write the program in assembly?

c linux assembly x86

Why calls when jmps would suffice?

c gcc assembly x86

What does JS do in Assembly x86?

assembly x86 att

masm division overflow

assembly x86 masm

#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?