Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What does "DS:[40207A]" mean in assembly?

assembly x86 memory-address

Why does using the same cache-line from multiple threads not cause serious slowdown?

What does the 'h' suffix mean?

assembly x86

Is malloc deterministic?

c linux gcc x86 malloc

What does the LEAL assembly instruction do?

c assembly x86

JNZ & CMP Assembly Instructions

Carry Flag, Auxiliary Flag and Overflow Flag in Assembly

assembly x86 overflow eflags

How many instructions are there on x86 today? [closed]

Can GCC be coerced to generate efficient constructors for memory-aligned objects?

c++ performance gcc x86

java.lang.RuntimeException: Unable to instantiate application : ClassNotFoundException (Only on X86 architecture device)

Difference in position-independent code: x86 vs x86-64

c linux x86 x86-64 elf

How do Intel Xeon CPUs write to memory?

How do x86 page tables work?

difference between MMX and XMM register?

assembly x86 x86-64 sse mmx

why are separate icache and dcache needed [duplicate]

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