Newbetuts
.
New posts in x86-64
To learn assembly - should I start with 32 bit or 64 bit?
assembly
x86
x86-64
low-level
Difference between x86, x32, and x64 architectures?
x86
64-bit
x86-64
cpu-architecture
abi
Why is memcmp(a, b, 4) only sometimes optimized to a uint32 comparison?
c
gcc
clang
x86-64
compiler-optimization
Does it make any sense to use the LFENCE instruction on x86/x86_64 processors?
assembly
x86
x86-64
atomic
memory-barriers
Why is the construction of std::optional<int> more expensive than a std::pair<int, bool>?
c++
performance
assembly
x86-64
c++17
Segmentation fault when using DB (define byte) inside a function
assembly
x86-64
nasm
machine-code
Successive sys_write syscalls not working as expected, NASM bug on OS X?
macos
assembly
64-bit
nasm
x86-64
Segmentation fault on printf - NASM 64bit Linux
linux
assembly
x86-64
nasm
calling-convention
How to multiply a register by 37 using only 2 consecutive leal instructions in x86?
assembly
x86
x86-64
multiplication
strength-reduction
x86_64: is IMUL faster than 2x SHL + 2x ADD?
performance
assembly
x86-64
intel
multiplication
push on 64bit intel osx
macos
assembly
x86-64
Why not store function parameters in XMM vector registers?
assembly
x86
parameter-passing
x86-64
calling-convention
Force gcc to compile 32 bit programs on 64 bit platform
linux
gcc
32-bit
x86-64
x86_64 ASM - maximum bytes for an instruction?
c
assembly
x86
64-bit
x86-64
Acquire/release semantics with non-temporal stores on x64
c++
multithreading
x86-64
lock-free
stdatomic
Assembly registers in 64-bit architecture
assembly
x86-64
32bit-64bit
cpu-registers
itanium
How to compile my own glibc C standard library from source and use it?
c
linux
gcc
x86-64
glibc
What are the names of the new X86_64 processors registers?
assembly
x86
x86-64
cpu-registers
Trying to compare two strings in x86-64
linux
assembly
x86-64
nasm
Why aren't instructions' adresses consecutive in machine code?
assembly
x86
x86-64
machine-code
Prev
Next