Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Getting cpu cycles using RDTSC - why does the value of RDTSC always increase?

x86, difference between BYTE and BYTE PTR

assembly x86 nasm masm

Branch target prediction in conjunction with branch prediction?

When to do or not do INVLPG, MOV to CR3 to minimize TLB flushing

How does the GCC implementation of modulo (%) work, and why does it not use the div instruction?

gcc assembly optimization 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]