Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Use 32bit "Program Files" directory in msbuild

How to check if Intel Virtualization is enabled without going to BIOS in Windows 10 [closed]

What is callq instruction?

assembly x86 x86-64 att

How are the fs/gs registers used in Linux AMD64?

Why does this memory address %fs:0x28 ( fs[0x28] ) have a random value?

Why is %eax zeroed before a call to printf?

Porting 32 bit C++ code to 64 bit - is it worth it? Why?

What registers are preserved through a linux x86-64 function call