Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

Changing to "Unreal" mode, processor crash

c assembly x86 bootloader

Writing assembly in C++ without using other variables

c++ assembly x86 g++ x86-64

Switch from protected mode to real mode in a DOS EXE program

Has Hardware Lock Elision gone forever due to Spectre Mitigation?

How to write to & read from network card in x86 assembly?

assembly x86 mips ethernet

How does hardware and compiler deal with an x86 instruction that crosses into a non-executable page?