Search code examples
What is the fastest way to test if a double number is integer (in modern intel X86 processors)...


coptimizationassemblyx86sse

Read More
NASM bootloader: Protected mode jump to kernel at 0x00010000 shows nothing in VirtualBox...


assemblyx86virtualboxnasmbootloader

Read More
What does "int 0x80" mean in assembly code?...


assemblyx86system-callsinterrupt

Read More
Assembly Count to Zero...


loopsassemblyx86masmmov

Read More
Memcpy with large MMIO buffer...


cx86memcpy

Read More
How does “push cs” / “pop ds” ensure that DS=CS?...


assemblyx86bootloadermemory-segmentation

Read More
Is there Unix or Linux for 80286 (or any machine without memory page mechanism)...


linuxunixx86segmentmemory-segmentation

Read More
What does “DW 512” mean in assembly?...


assemblyx86bootloaderfloppy

Read More
Does Move to/from Control/Debug Registers ignore the "mod" field?...


debuggingassemblyx86x86-64instruction-encoding

Read More
C code does not detect SoundBlaster 16 sound card in QEMU...


cassemblyaudiox86osdev

Read More
Latency of assembly memory ops in modern CPUs...


performanceassemblyx86cpu-architecturemicro-optimization

Read More
Is kill function synchronous?...


clinuxx86signalssigkill

Read More
Difference between CMPXCHG and BTR/BTS...


assemblyx86lockingcompare-and-swap

Read More
MMX - working with constant bytes...


assemblyx86constantsmmx

Read More
x86 rep prefix with a count of zero: what happens?...


assemblyx86instruction-set

Read More
Compiler barrier for X86 lock prefixed instruction...


cassemblyx86inline-assemblymemory-barriers

Read More
32-bit systems logical address...


memory-managementx86operating-systempagingpage-tables

Read More
Should I redefine GDT in the kernel if I already did in the bootloader...


assemblyx86kernelbootloaderosdev

Read More
Making sense of Memory Barriers...


javax86volatilememory-barriers

Read More
Segment Selector in IA-32...


assemblyx86operating-systemmemory-segmentationgdt

Read More
How to execute PowerShell (x86) with a scheduled task?...


powershellx86windows-task-scheduler

Read More
How to generate an AVX-512 mask based on multiple comparisons of FP values in corresponding elements...


assemblyx86cpu-registersavx512

Read More
Fast method to copy memory with translation - ARGB to BGR...


cx86rgbssemicro-optimization

Read More
Exception 13 with AVX instruction...


x86simdsseavxvxworks

Read More
WiX installer that always installs to "Program Files" directory on both x86 and x64...


wixx8664-bit

Read More
Bootloader crashing when jumping to 0x100000...


assemblyx86nasmbootloader

Read More
write(2) syscall returns EFAULT for string in .rodata on OpenBSD 7.3--7.8...


x86linkernasmelfopenbsd

Read More
Difference between SHL and SAL in 80x86...


assemblyx86x86-16bit-shiftinstruction-set

Read More
Extended (80-bit) double floating point in x87, not SSE2 - we don't miss it?...


x86floating-pointssesse2x87

Read More
How and why does my program change its input buffer? Using GDB to find out where. (Converting string...


assemblyx86type-conversiongdbnasm

Read More
BackNext