Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Mach-O 64-bit format does not support 32-bit absolute addresses. NASM [duplicate]

macos assembly x86-64 nasm

SICStus Prolog JIT compiler

"cqo", "cdq" and "cwd" x86_64 instructions. Why not use just cqo?

assembly x86-64

Checking parameters of multiplication by constant in 64 bit

delphi x86-64 basm

"Segmentation fault", x86_64 assembly, AT&T syntax

Running 32-bit code in 64-bit process on Linux - memory access

linux assembly x86-64

Writing assembly in C++ without using other variables

c++ assembly x86 g++ x86-64

Warning: end of file not at end of a line; newline inserted Assembley

gcc assembly x86-64

Does _mm_clflush really flush the cache?

Intel REX Encoding of PUSH

Optimal implementation of iterative Kahan summation

Has Hardware Lock Elision gone forever due to Spectre Mitigation?

Linux x86-64 fork syscall strange behavior against C standard libc FILE I/O (keywords: fork, fclose, linux) [duplicate]

c linux fork x86-64 stdio

Direction/Sign Extend bit in the encoding of an x86 opcode

Datetime Granularity between 32bit and 64bit Windows

Why are the data segment registers always null in gdb?

gdb x86-64 glibc

Gnu assembler gives unexpected memory operand

Sign or Zero Extension of address in 64bit mode for MOV moffs32?

SIMD versions of SHLD/SHRD instructions

Efficient (on Ryzen) way to extract the odd elements of a __m256 into a __m128?