Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to call cpuid instruction in a Mac framework?

xcode macos assembly x86 cpuid

How to compile Android AOSP for x86

android x86 android-source

How can I exchange the middle two 64 bits in a 256 bit AVX(YMM) register

x86 simd avx

x86 hardware Interrupt is not working on qemu

c x86 kernel qemu

Is placing code and read-only data it uses right next to each other a good idea?

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