New posts in x86

Is garbage allowed in high bits of parameter and return value registers in x86-64 SysV ABI?

Getting max value in a __m128i vector with SSE?

signed and unsigned arithmetic implementation on x86

int 13h 42h doesn't load anything in Bochs

calling assembly function from c

Why can't I mmap(MAP_FIXED) the highest virtual page in a 32-bit Linux process on a 64-bit kernel?

Keyboard IRQ within an x86 kernel

Need to run an IIS website in 32bit mode on a 64bit Windows Server

Count each bit-position separately over many 64-bit bitmasks, with AVX but not AVX2

Near call/jump tables don't always work in a bootloader

multi-word addition using the carry flag

what does movsbl instruction do? [duplicate]

GCC's assembly output of an empty program on x86, win32

What is register %eiz?

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

System speed/memory considerations x86 vs. x64

How do you determine 32 or 64 bit architecture of Windows using Java?

Questions about AT&T x86 Syntax design

Calling C functions from x86 assembly language

Does using xor reg, reg give advantage over mov reg, 0? [duplicate]