Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

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?

Why does Windows64 use a different calling convention from all other OSes on x86-64?

Possible GCC bug when returning struct from a function

Bubble sort slower with -O3 than -O2 with GCC

How to find if a native DLL file is compiled as x64 or x86?

c# .net winapi 64-bit x86-64

How does Rust's 128-bit integer `i128` work on a 64-bit system?

Why do x86-64 instructions on 32-bit registers zero the upper part of the full 64-bit register?

What are the calling conventions for UNIX & Linux system calls (and user-space functions) on i386 and x86-64

Why would introducing useless MOV instructions speed up a tight loop in x86_64 assembly?