Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to determine platforms like ARM, MIPS and IA32?

cmake x86 platform

Why does using jmp prevent the Clang assembler from figuring out an absolute expression for .fill?

Rearranging Order of Aligned Objects For Minimal Space Usage

c gcc x86 ld memory-alignment

Any advantage of XOR AL,AL + MOVZX EAX, AL over XOR EAX,EAX?

c++ assembly x86

Long nop instructions in nasm

assembly x86 nasm

The probability of selected EFLAGS bits

assembly x86 flags parity

Optimization of fenced memory stores on x86 CPU

Linking two or more assembly files

Assembly does reading a plane in mode x needs a different output to the VGA ports from writing?

assembly x86 dos x86-16 vga

_mm_max_ss has different behavior between clang and gcc

c++ gcc x86 clang sse

How to find the L3 cache index and NUMA node index for the current hardware thread

c++ c x86 numa cpuid

How to measure x86 and x86-64 assembly commands execution time in processor cycles? [duplicate]

Determining register values when using objdump

what is the different of busy loop with Sleep(0) and pause instruction?

Software prefetching across page boundary on x86

x86 tlb prefetch nehalem

What is the meaning of the following assembler-code line?

assembly x86

Detect if processor has RDTSCP at compile time

c++ c linux x86 intel

How to code a far absolute JMP/CALL instruction in MASM?

assembly x86 masm

Comparing two vector<bool> with SSE

c++ x86 sse simd

ffmpeg Bmp to yuv : Crash at sws_scale

c++ visual-c++ ffmpeg x86 qt5