Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to disable L3 cache prefetcher on Intel Xeon Scalable Processor?

x86 intel cpu-cache prefetch msr

x86 Assembly 16-bit Relative Call

assembly x86 opcode

How to set specific cpu frequency when using intel_pstate

linux x86 cpu intel

x86 assembly - optimization of clamping rax to [ 0 .. limit )

AVX512 Compare and Swap

Directly call/jump in ASM without using relevance(x86)

assembly dll x86

C++: How to prevent default constructor using AVX for initialisation

c++ constructor x86 sse avx

x86 Strange printing after console has been scrolled

assembly x86 x86-16 emu8086

Seeing register contents in ASCII in gdb

c assembly x86 gdb

x86 CMP instruction not working for a single word comparison

Get the start of the previous instruction from an address

assembly x86

Why gcc generates a PLT when it is apparently not needed?

Why does some Windows booloader code zero registers with `sub` instead of `xor`?

Seemingly unnecessary loop

visual-c++ assembly x86

CPUID wrong values?

assembly x86 cpuid

Can 128bit/64bit hardware unsigned division be faster in some cases than 64bit/32bit division on x86-64 Intel/AMD CPUs?

How to test a x64 CPU emulator

x86 emulation x86-64 i386