Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

GCC x86-64 Suboptimal Assembly Output, why?

c gcc assembly x86-64

False Sharing and Atomic Variables

Why can't I step into a Call instruction during Debug / Disassembly?

Use ld on 64-bit platform to generate 32-bit executable

assembly x86 x86-64 ld

Why does initialization of local static objects use hidden guard flags?

c++ optimization x86-64

Is it legal to begin an x64 function with a single-byte instruction?

windows assembly x86-64

Fully utilizing pipelines on kaby lake

What's the difference between the x86-64 AT&T instructions movq and movabsq?

What does the following assembly instruction do addsd -8(%rbp), %xmm0?

Why segmentation cannot be completely disable?

What register in i386 stores the CPL?

Fastest way to compare one byte array with many others?

c algorithm assembly x86-64 sse

How does this 128 bit integer multiplication work in assembly (x86-64)?

c assembly x86-64 128-bit

How to use x86intrin.h

c gcc x86-64 intrinsics bmi

An i386/x64 pop FS/GS instruction supports a variant where it increments the SP by 32 bits or 64 bits in stead of 16 bits. What is it used for?

assembly x86 x86-64 i386

creating va_list dynamically in GCC - can it be done?

SSE: unaligned load and store that crosses page boundary

C++ RTTI in a Windows 64-bit VectoredExceptionHandler, MS Visual Studio 2015

Is NASM inconsistent or am I just missing an obvious fact with CMP of immediate?

assembly nasm x86-64

Why does this code crash with address randomization on?

linux x86-64 fasm