Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

How to use gdb with LD_PRELOAD

c linux gcc gdb x86-64

To learn assembly - should I start with 32 bit or 64 bit?

assembly x86 x86-64 low-level

Where is the x86-64 System V ABI documented?

Why is memcmp(a, b, 4) only sometimes optimized to a uint32 comparison?

Why is the construction of std::optional<int> more expensive than a std::pair<int, bool>?

Force gcc to compile 32 bit programs on 64 bit platform

linux gcc 32-bit x86-64

Why does my Intel Skylake / Kaby Lake CPU incur a mysterious factor 3 slowdown in a simple hash table implementation?

How can objdump emit intel syntax

Why can't GCC generate an optimal operator== for a struct of two int32s?

x86_64 registers rax/eax/ax/al overwriting full register contents [duplicate]

What does "rep; nop;" mean in x86 assembly? Is it the same as the "pause" instruction?

Memory alignment : how to use alignof / alignas?

How to build x86 and/or x64 on Windows from command line with CMAKE?

What is the purpose of the RBP register in x86_64 assembler?

Ask GDB to list all functions in a program

c linux gcc gdb x86-64

Why is x86 ugly? Why is it considered inferior when compared to others? [closed]

Targeting both 32bit and 64bit with Visual Studio in same solution/project

Floating point vs integer calculations on modern hardware

c++ x86 floating-point x86-64

System.BadImageFormatException: Could not load file or assembly (from installutil.exe)

Why do x86-64 systems have only a 48 bit virtual address space?