Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

How to prevent gcc optimization breaking rep movsb code? [duplicate]

How to compile assembly whose entry point is not main with gcc?

gcc assembly x86-64

Storing individual doubles from a packed double vector using Intel AVX

x86 x86-64 sse avx

Choose the 32 or 64 bit version of an app from command line

Using RIP-relative addressing in OSX x64 assembly

Why does CR3 register contents vary, when read each time from a kernel module?

Why does the Solaris assembler generate different machine code than the GNU assembler here?

linux assembly solaris x86-64

Counting number of instructions executed by a binary using pin, perf and valgrind

c assembly valgrind x86-64 perf

With Hyper Threading, threads of one physical core are exchanging via what level of cache L1/L2/L3?

X86_64 - assembly - Why displacement not 64 bits?

How can gcc/clang assume a string constant's address is 32-bit?

c linux linker x86-64 elf

Why does the compiler allocate more than needed in the stack?

c gcc stack x86-64 allocation

x86-64: canonical addresses and actual available range

Exec error when writing ELF64 from scratch

assembly x86-64 elf

Understanding stack alignment

x86_64 assembly exit system call parameter on macOS Mojave?

How to pass structs to C function from x86-64 assembly on Mac (NASM)

c assembly struct x86-64

May 64-bit Windows allocate virtual memory over 7FFF'FFFF'FFFF?

Why doesn't RFO after retirement break memory ordering?

Unsigned int to unsigned long long well defined?