Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

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