Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Asking for help to fix inline assembly issue in D program

x86 d inline-assembly

Writing x86 assembly on an x64 bit processor

assembly x86 windows-7-x64

What does the following assembly instruction do addsd -8(%rbp), %xmm0?

How does preemption on x86 architecture work?

x86 preemption

Hooks: why do we need to VirtualProtect() again to restore permissions?

c++ winapi x86 hook

Does the semantics of `std::memory_order_acquire` requires processor instructions on x86/x86_64?

Optimal SSE unsigned 8 bit compare

c x86 sse simd sse4

Questions regarding operations on NaN

Why segmentation cannot be completely disable?

How to disable vectorization in clang++?

Order-preserving memcpy in C++

c++ x86 arm memcpy lock-free

What register in i386 stores the CPL?

Drain the instruction pipeline of Intel Core 2 Duo?

Different platform AppDomains in one .Net process?

.net dll x86 64-bit appdomain

Emulating an x86 processor -- how should I start?

x86 emulation

what is the order of source operands in AT&T syntax compared to Intel syntax?

gcc assembly x86 att

Efficiently dividing a double by a power of 2

c++ c x86

EBP, ESP and stack frame in assembly

Can the IN (as well as INS, INSB, etc.) instruction block in x86 assembly?

assembly x86

Meaning of "ds:" in assembly language

assembly x86 intel