Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

x86 assembler: floating point compare

How can the rep stosb instruction execute faster than the equivalent loop?

Test whether a register is zero with CMP reg,0 vs OR reg,reg?

How did 16-bit C compilers work?

c assembly x86 legacy 16-bit

Understanding cmp instruction

assembly x86 comparison

How to enable __fp16 type on gcc for x86_64

How can I simplify code generation at runtime?

gcc removes inline assembler code

What exactly does _malloc do in assembly?

c++ floating point precision loss: 3015/0.00025298219406977296

Loop unrolling to achieve maximum throughput with Ivy Bridge and Haswell

c++ x86 intel sse avx

Why am I able to perform floating point operations inside a Linux kernel module?

c linux gcc linux-kernel x86

Why not store function parameters in XMM vector registers?

Hello World using x86 assembler on Mac 0SX

macos linker x86 assembly intel

Problems with ADC/SBB and INC/DEC in tight loops on some CPUs

mov instruction in x86 assembly

assembly x86 att mov

Why IA32 does not allow memory to memory mov? [duplicate]

Memory alignment on a 32-bit Intel processor

What registers must be preserved by an x86 function?

RDTSCP versus RDTSC + CPUID

c assembly linux-kernel x86