Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Meaning of suffix "x" in intrinsics like "_mm256_set1_epi64x"

How are params passed when calling Printf from 64 bit asm?

Error moving a constant byte value into %ebx

Using 8-bit registers in x86-64 indexed addressing modes

PAE in x86-64 bit processors - Linux kernel

Atomically clearing lowest non-zero bit of an unsigned integer

c++ x86 arm x86-64 atomic

x86-64 order of passing parameters in registers

bootloader works in qemu but fails in virtualbox and on hardware

assembly x86-64 boot mbr

How does Linux support more than 512GB of virtual address range in x86-64?

Linker error on relocating a program above 2GB in x86_64 linux?

c linux gcc linker x86-64

std::pow produce different result in 32 bit and 64 bit application

c++ c++11 x86-64

X86 64-bits Assembly Linux 'Hello World' linking issue

c linux assembly x86-64

When should I use size directives in x86?

assembly x86 x86-64 directive

How to tell length of an x86-64 instruction opcode using CPU itself?

AVX2 instructions latency and throughput

performance x86 x86-64 simd avx2

What does movslq do?

What does 'REX' stand for in an x86-64 REX prefix?

Does glibc (GNU C Library) provide a way to obtain the size of an allocated memory block?

c linux malloc x86-64 glibc

In assembly, how to add integers without destroying either operand?

32-bit process’s address space on 64-bit linux