New posts in x86-64

To learn assembly - should I start with 32 bit or 64 bit?

Difference between x86, x32, and x64 architectures?

Why is memcmp(a, b, 4) only sometimes optimized to a uint32 comparison?

Does it make any sense to use the LFENCE instruction on x86/x86_64 processors?

Why is the construction of std::optional<int> more expensive than a std::pair<int, bool>?

Segmentation fault when using DB (define byte) inside a function

Successive sys_write syscalls not working as expected, NASM bug on OS X?

Segmentation fault on printf - NASM 64bit Linux

How to multiply a register by 37 using only 2 consecutive leal instructions in x86?

x86_64: is IMUL faster than 2x SHL + 2x ADD?

push on 64bit intel osx

Why not store function parameters in XMM vector registers?

Force gcc to compile 32 bit programs on 64 bit platform

x86_64 ASM - maximum bytes for an instruction?

Acquire/release semantics with non-temporal stores on x64

Assembly registers in 64-bit architecture

How to compile my own glibc C standard library from source and use it?

What are the names of the new X86_64 processors registers?

Trying to compare two strings in x86-64

Why aren't instructions' adresses consecutive in machine code?