Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Addressing mode in IA-32

8088/8086 WAIT instruction and the BIU

x86 x86-16

Why does __get_cpuid return all zeros for leaf=4?

gcc x86 cpu intel cpuid

What is the point of MOVAPS in x86 if it does the same as MOVUPS in modern computers?

assembly x86 sse

Bubble sort on array on Assembly Language

How to access a char array and change lower case letters to upper case, and vice versa

assembly x86 ascii

Creating x86 bootloader

c assembly x86 nasm bootloader

If a virtual memory page is executable, does it imply that it is readable?

Simplest way to get an illegal instruction exception

Are 2 consecutive statements sequenced-before each other?

Am I correctly reasoning about cache performance?

Trying to understand the new sorting algorithm from AlphaDev: why does my assembly code not work as expected?

sorting assembly x86 nasm

Using C++ namespaces inside of inline assembly code

c++ assembly 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