Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Responsibility of stack alignment in 32-bit x86 assembly

Can the x86 do FPU operations independently or in parallel?

Storing two x86 32 bit registers into 128 bit xmm register

assembly x86 simd sse

SSE optimized emulation of 64-bit integers

c++ optimization x86 64-bit sse

What does the /4 mean in FF /4?

Do FMA (fused multiply-add) instructions always produce the same result as a mul then add instruction?

Difference between long and short jump (x86)

Allocating variables on the stack in x86 assembly. rbp and rsp vs esp and ebp

meaning of R_386_32/R_386_PC32 in .rel.text section of elf

c linux assembly x86

What memory is used for storing the reset vector?

x86 boot bios addressing

hyperledger sawtooth lake -- Intel only or not?

Assembly: Using the Data Segment Register (DS)

Stack eip overflow x86 vs x86_64 easy C code

c assembly x86 stack x86-64

Which C standard library functions use malloc under the hood

c linux memory-management x86

Near and Far JMPs

assembly x86 nasm

Using GDB to read MSRs

What's the difference between the x86 NOP and FNOP instructions?

assembly x86 x87

x86 32 bit opcodes that differ in x86-x64 or entirely removed

x86 max/min asm instructions?

assembly x86 intrinsics

AVX2 slower than SSE on Haswell

c++ x86 sse simd avx2