Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Cycle Through and Print argv[] in x64 ASM

macos assembly 64-bit x86-64 att

What kind of C11 data type is an array according to the AMD64 ABI

Can't use operator<< with std::float128_t; how do I print it?

addq with 64bit immediates?

assembly addition x86-64 att

Write-combining: which cache line is avoided to be read before written?

Understanding 16-byte padding and function prolog in x64 assembly

Can 128bit/64bit hardware unsigned division be faster in some cases than 64bit/32bit division on x86-64 Intel/AMD CPUs?

Sizeof operator returns incorrect size? [duplicate]

How to test a x64 CPU emulator

x86 emulation x86-64 i386

A working linux kernel + gem5 config for FS boot up in x86 SMP

Why does the Windows x64 calling convention require XMM (FP) args copied to integer registers, for variadic functions like printf?

Is it possible to temporarily suppress Intel CET for a single ret instruction, or otherwise use retpolines with it?

assembly x86-64 intel spectre

Tricks compiler uses to compile basic arithmetic operations of 128-bit integer

Is there a list of registers used by different x86_64 operations and C std lib functions somewhere?