Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

How to convert a binary integer number to a hex string?

assembly x86 hex simd avx512

problem in understanding mul & imul instructions of Assembly language

assembly x86 nasm

What does 0x4 do in "movl $0x2d, 0x4(%esp)"?

c assembly x86 gnu-assembler

what is the difference between IVT and IDT?

x86 interrupt

Is it possible to make a custom Interrupt in Assembly?

assembly x86 interrupt