Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Jump directly to certain parts of a function

c assembly x86

What is the rationale for setting all SSE/AVX registers call-clobbered in the SysV ABI?

Efficient floating point modulus one in C (fractional part of a float)

c x86 floating-point modulo fpu

strcat overflow?

c assembly x86 nasm strcat

What is the equivalent of _rotl64 under GCC [duplicate]

c++ c gcc rotation x86

How does an int instruction know which registers to use when it runs?

Is there an easy way to multiply two registers like this in AT&T assembly: %eax * %ebx = %ecx

assembly x86 att

How does the CPU writes data to an IO port?

assembly x86 cpu

switching fpu to single precision

Efficient way to toggle an atomic_bool

AMD DE_CFG[9] documentation

Reset vector in 386+ processors

x86 boot real-mode

How can I best pass a Global Offset Table (GOT) for my language on x86?

assembly x86 elf

Change in glibc not working

c linux gcc x86

Total Store Order and write merging in x86(-64)

Equivalent of PEXT instruction on ARM

Why is rep movsb slow for overlapping forward memmove, and why does libc use it?

how to find cpu cache size for a x86 processor

caching assembly x86