Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Entering Long Mode

Two similar assembly code. A Substantial difference

optimization x86

Hand-assembling an x86 call instruction

assembly x86 nasm

Calling assembly function from c leads to segmentation fault

c assembly x86 x86-64

Initialize array to specific values in assembly (x86)

assembly x86 nasm

Making sense of Memory Barriers

Assembly relocation truncated to fit

How to verify at runtime that architecture matches -march=?

c++ gcc x86 cpu-architecture

Was there ever 8-bit memory addressing in the original 16-bit x86?

Android library .so with x86 architecture missing? (Vuforia) [duplicate]

What's the difference between "Sub-NUMA Clustering" and "Hemisphere and Quadrant Modes" in Intel CPU?

Assembly Jump/Branch/Lookup Tables instead of lots of cmp/je?

assembly x86 nasm intel x86-16

The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested

docker ubuntu x86 qemu riscv

Unreachable code in assembly

c++ c gcc assembly x86

Use _mm_pause() or _tpause() for busy-spin loop?

Can't get single character to print in Linux NASM

assembly x86 nasm

Difference between -ffreestanding and -nostdlib when compiling with gcc

c gcc compilation x86 linker

SIMD SSE2 __m128i contains 4 int32_t how to quickly find each integer that bigger or small than 0

c x86 sse simd sse2