Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Is there an efficient way to get the first non-zero element in an SIMD register using SIMD intrinsics?

How to disassemble a shellcode into assembly instruction? [duplicate]

How to multiply a register by 37 using only 2 consecutive leal instructions in x86?

Syscall implementation of exit()

c gcc assembly x86 system-calls

How to MOVe 3 bytes (24bits) from memory to a register?

Why do I see 400x outlier timings when calling clock_gettime repeatedly?

c++ linux performance x86 clock

clflush to invalidate cache line via C function

Setting and clearing the zero flag in x86

rdpmc: surprising behavior

Why GCC generates strange way to move stack pointer

Explanation of Asm code

Write a maximum of two instructions to clear, set and complement some bits in the AL register

assembly x86 xor masm

How to implement deterministic malloc

c linux x86 malloc

x86 Comparison Instruction That Uses XOR Instead of Subtraction

Are there any such processors which have instructions to bypass the cache?

Assembly x86 registers signed or unsigned

Assembly Language (x86): How to create a loop to calculate Fibonacci sequence

Does __asm{}; return the value of eax?

Are x86 opcodes arbitrary?

assembly x86 machine-code

What does movl $_start, %eax mean?

assembly x86