Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

gcc - writing and executing code in the bss - setting the permission flags

c linux gcc assembly x86-64

x86_64: forcing gcc to pass arguments on the stack

ELF sections not being mapped to segments as expected

writing shellcode: why my shellcode won't work?

assembly x86-64 shellcode

Assembly and multicore CPUs

assembly x86 multicore x86-64

How to optimize this product of three matrices in C++ for x86?

Is the transformation of fetch_add(0, memory_order_relaxed/release) to mfence + mov legal?

Why does Clang generate different code for reference and non-null pointer arguments?

Cross compile windows 64 bit .exe from linux

How to instruct compiler to generate unaligned loads for __m128

c++ x86-64 sse simd intrinsics

Code a simple thread with C and assembly

c assembly x86-64

Two's complement of long integer

Which x86 instruction has a 10-byte immediate?

GCC codegen: What does pthread_create_key() have to do with std::shared_ptr copying?

with RIP-addressing, why x86-64 still need relocations?

Why does ICC unroll this loop in this way and use lea for arithmetic?

c++ assembly x86-64 icc

LLVM's calling convention for GHC

Absolute addressing for runtime code replacement in x86_64

Constraining r10 register in gcc inline x86_64 assembly