Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

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?

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?