Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Performance 32 bit vs. 64 bit arithmetic

c++ c linux performance x86-64

How to Tell if a .NET Assembly Was Compiled as x86, x64 or Any CPU

.net visual-studio x86-64

Can I load a 32 bit DLL into a 64 bit process on Windows?

.net windows 64-bit x86-64 intel

Why does Visual Studio use xchg ax,ax

Efficient integer floor function in C++

x86_64 ASM - maximum bytes for an instruction?

c assembly x86 64-bit x86-64

Why is address 0x400000 chosen as a start of text segment in x86_64 ABI?

linux memory x86-64 elf abi

Big differences in GCC code generation when compiling as C++ vs C

c++ c gcc assembly x86-64

CMake -G Ninja on Windows specify x64

What causes page faults?

windows x86 paging x86-64

Is x86-64 machine language big endian?

x86_64 best way to reduce 64 bit register to 32 bit retaining zero or non-zero status

32-bit absolute addresses no longer allowed in x86-64 Linux?

How to include static library in makefile

c linux gcc x86-64

Find which assembly instruction caused an Illegal Instruction error without debugging

c linux assembly x86-64 yasm

Comparing Fortran & C++ assembler for int = floor(sqrt(...))

Why are rbp and rsp called general purpose registers?

Long multi-byte NOPs: commonly understood macros or other notation

Are atomic variables lock-free?

Why is __int128_t faster than long long on x86-64 GCC?