Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Good reference for x86 assembly instructions [closed]

assembly x86

Access x86 COM from x64 .NET

Observing stale instruction fetching on x86 with self-modifying code

c caching x86 self-modifying

Assembly 'call' vs 'jmp'

assembly x86 subroutine

difference in mfence and asm volatile ("" : : : "memory")

gcc x86 memory-barriers

Why doesn't GCC use partial registers?

Does Linux use x86 CPU's PCID feature for TLB? If not, why?

Does a memory barrier ensure that the cache coherence has been completed?

Why can't you set the instruction pointer directly?

Benefits of x87 over SSE

x86 x86-64 sse fpu x87

Why There is a difference between assembly languages like Windows, Linux?

What do square brackets mean in x86 assembly?

ENTER and LEAVE in Assembly?

assembly x86 stack-frame

The meaning of RET 2 in assembly

assembly x86

Unexpectedly poor and weirdly bimodal performance for store loop on Intel Skylake

What does the `test` instruction do? [duplicate]

assembly x86

Do function pointers force an instruction pipeline to clear?

Branch alignment for loops involving micro-coded instructions on Intel SnB-family CPUs

bootloader - switching processor to protected mode

Which is a better write barrier on x86: lock+addl or xchgl?