What is the fastest way to test if a double number is integer (in modern intel X86 processors)...
Read MoreNASM bootloader: Protected mode jump to kernel at 0x00010000 shows nothing in VirtualBox...
Read MoreWhat does "int 0x80" mean in assembly code?...
Read MoreHow does “push cs” / “pop ds” ensure that DS=CS?...
Read MoreIs there Unix or Linux for 80286 (or any machine without memory page mechanism)...
Read MoreWhat does “DW 512” mean in assembly?...
Read MoreDoes Move to/from Control/Debug Registers ignore the "mod" field?...
Read MoreC code does not detect SoundBlaster 16 sound card in QEMU...
Read MoreLatency of assembly memory ops in modern CPUs...
Read MoreDifference between CMPXCHG and BTR/BTS...
Read MoreMMX - working with constant bytes...
Read Morex86 rep prefix with a count of zero: what happens?...
Read MoreCompiler barrier for X86 lock prefixed instruction...
Read MoreShould I redefine GDT in the kernel if I already did in the bootloader...
Read MoreHow to execute PowerShell (x86) with a scheduled task?...
Read MoreHow to generate an AVX-512 mask based on multiple comparisons of FP values in corresponding elements...
Read MoreFast method to copy memory with translation - ARGB to BGR...
Read MoreException 13 with AVX instruction...
Read MoreWiX installer that always installs to "Program Files" directory on both x86 and x64...
Read MoreBootloader crashing when jumping to 0x100000...
Read Morewrite(2) syscall returns EFAULT for string in .rodata on OpenBSD 7.3--7.8...
Read MoreDifference between SHL and SAL in 80x86...
Read MoreExtended (80-bit) double floating point in x87, not SSE2 - we don't miss it?...
Read MoreHow and why does my program change its input buffer? Using GDB to find out where. (Converting string...
Read More