How to force clang assembler to emit the `rex.W` prefix?...
Read Moreidiv does not perform signed division...
Read MoreWhy do bootloaders have to be written in 16-bit assembly?...
Read MoreIs SIGILL-based instruction-level post-link compression safe and practical on x86_64 Linux ELF?...
Read MoreAssembly program giving incorrect/no output with WriteConsoleOutputA taking a struct of chars and at...
Read MoreDoes Move to/from Control/Debug Registers ignore the "mod" field?...
Read MoreHow to calculate magic constants for divide-by-multiply for constant modulo operation...
Read MoreMemory alignment : how to use alignof / alignas?...
Read MoreWhat's the most concise way to reverse a string using x86 or x86_64 assembly?...
Read Morebug changing strings to incorrect values while trying to reverse a string in x86-64...
Read Moreproblem having creating a sub routine for outputing string dynamicly without using stack in x86-64...
Read MoreWhat are the 128-bit to 512-bit registers used for?...
Read MoreMaking an absolute 64-bit jump in x64 assembler which can be copied as a JIT...
Read Moreprintf wont work when linking to ucrtbase.dll, but works when linked to msvcrt.dll (Windows, NASM)...
Read Morecan i use "gcc -m64" instead of "x86_64-elf-gcc"...
Read MoreWhat is the purpose of the k0, k1, ... k7 registers?...
Read MoreWhy does clang zero "eax" before calling a function with unspecified parameters, but gcc d...
Read MoreCan I load a 32 bit DLL into a 64 bit process on Windows?...
Read MoreAre rdi and rsi caller saved or callee saved registers?...
Read MoreReason for (win) x64-calling convention restrictions in epilogues...
Read MoreHow to print a string to the terminal in x86-64 assembly (NASM) without syscall?...
Read MoreHow to move two 32-bit registers in to one 64-bit register?...
Read MoreHow to use bits in a byte to set dwords in ymm register without AVX2? (Inverse of vmovmskps)...
Read MoreHow can I get the _GLOBAL_OFFSET_TABLE_ address in my program?...
Read MoreC++-23 numeric_limits<long double>::max() use case...
Read MoreArithmetic identities and EFLAGS (emulate SUB using NOT and ADD?)...
Read MoreHow to catch EXCEPTION_PRIV_INSTRUCTION from RDPMC directly in Assembly (and without SEH)?...
Read MoreCan I disable/turn off general protection exception when an address is not in canonical form?...
Read Morex86_64 assembly program segfaults if push/pop rdx is removed...
Read More