Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Injecting code into executable at runtime

linux assembly arm x86-64

ASM x86_64 AVX: xmm and ymm registers differences

assembly nasm x86-64 avx

How to get c code to execute hex machine code?

c assembly x86 x86-64 shellcode

Clang runtime fault when throwing aligned type. Compiler bug?

Unexpected x64 assembly for __atomic_fetch_or with gcc 7.3

Retq instruction, where does it return

Generate LLVM C++ API code as backend

c++ linux llvm x86-64

SIMD instructions for floating point equality comparison (with NaN == NaN)

FillChar and StringOfChar under Delphi 10.2 for Win64 Release Target

windows delphi x86-64

Clean x86_64 assembly output with gcc? [duplicate]

gcc assembly x86-64

GCC/Clang x86_64 C++ ABI mismatch when returning a tuple?

Process Linkage Table and Global Offset Table

c linux gcc x86-64

The difference between cmpl and cmp

Why doesn't the Rust optimizer remove those useless instructions (tested on Godbolt Compiler Explorer)?

Why does compiler generate additional sqrts in the compiled assembly code

C++ on x86-64: when are structs/classes passed and returned in registers?

Microarchitectural zeroing of a register via the register renamer: performance versus a mov?

First time learning assembly, is this saying a word size is 8-bytes?

assembly x86 size word x86-64

The advantages of using 32bit registers/instructions in x86-64

JRE 32bit vs 64bit

java x86 x86-64 jvm-hotspot