Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

RDTSCP versus RDTSC + CPUID

c assembly linux-kernel x86

Assembly JLE jmp instruction example

assembly x86 mnemonics

How to disable a programmatical breakpoint / assert?

Fastest way to compute absolute value using SSE

What setup does REP do?

How can I execute MIPS assembly programs on an x86 linux?

linux assembly x86 mips qemu intel

Is increment an integer atomic in x86? [duplicate]

c++ c gcc x86 x86-64

x86 where stack pointer points?

Need help understanding E8 asm call instruction x86

assembly x86 disassembly

Efficient computation of 2**64 / divisor via fast floating-point reciprocal

How do SYSCALL/SYSRET instructions perform across x86 CPUs?

Optimizing an arithmetic coder

dword ptr usage confusion

pointers assembly x86 masm dword

Visual Studio: Different DLLs for configurations

visual-studio dll x86 64-bit

Recompile a x86 code with LLVM to some faster one x86

x86 llvm recompile

How does MOVSX assembly instruction work?

assembly x86 mov intel

Why does the BIOS entry point start with a WBINVD instruction?

assembly x86 boot bios intel

How to rotate an SSE/AVX vector

c x86 sse intrinsics avx

Floating multiplication performing slower depending of operands in C

Why do some SSE "mov" instructions specify that they move floating-point values?

assembly x86 sse