Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Compiling OpenMP code to C code

c linux gcc openmp x86-64

Problem switching to v8086 mode from 32-bit protected mode by setting EFLAGS.VM to 1

assembly x86 nasm x86-64 osdev

How to interpret segment register accesses on x86-64?

linux assembly x86 x86-64

Calling convention on x64 [duplicate]

Assembly x86 brk() call use

Shadow space example