Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

x86_64 printf segfault after brk call

On uint64 to double conversion: Why is the code simpler after a shift right by 1?

Why does adding an xorps instruction make this function using cvtsi2ss and addss ~5x faster?

Enabling AVX512 support on compilation significantly decreases performance

Simplest way to get an illegal instruction exception

How do you understand 'REX.W + B8+ rd io' form for x86-64 assembly?

how to avoid caching when writing to mmio registers?

Why are frame pointers saved in the beginning of the main function

c assembly x86-64 stack-frame

linux assembly: how to call syscall?

Cycle Through and Print argv[] in x64 ASM

macos assembly 64-bit x86-64 att

What kind of C11 data type is an array according to the AMD64 ABI

Can't use operator<< with std::float128_t; how do I print it?

addq with 64bit immediates?

assembly addition x86-64 att

Write-combining: which cache line is avoided to be read before written?

Understanding 16-byte padding and function prolog in x64 assembly