Search code examples
volatile variable updated from multiple threads C++...


c++multithreadingx86-64volatilelock-free

Read More
C++ RTTI in a Windows 64-bit VectoredExceptionHandler, MS Visual Studio 2015...


c++visual-studioexceptionx86-64rtti

Read More
Why didn't the x86-32 architecture get more general purpose registers before x86-64?...


x86x86-64cpu-architecturecpu-registers

Read More
How to enable alignment exceptions for my process on x64?...


windowsassemblyx86-64memory-alignment

Read More
Possible Delphi Win64 Debugger Bug: Volatile registers (RCX/RDX) truncated to 32-bit after breakpoin...


windowsdebuggingdelphiassemblyx86-64

Read More
What is the latency of `clwb` and `ntstore` on Intel's Optane Persistent Memory?...


x86-64intelcpu-architecturepersistent-memory

Read More
Why are the system call numbers different in amd64 linux?...


linuxnumbersx86-64naming-conventionssystem-calls

Read More
How do I force gcc to call memcpy under -Os...


cgccx86-64compiler-optimizationbuilt-in

Read More
Why does clang zero "eax" before calling a function with unspecified parameters, but gcc d...


cassemblygccx86-64abi

Read More
Any alternative of Turbo Assembler on 64 bit OS?...


windowsassemblyx86-64x86-16tasm

Read More
Why do my results different following along the tiny asm example?...


linuxassemblygccx86-64nasm

Read More
x86_64 assembly program to uppercase via LUT gives strange artefacts...


assemblyx86-64uppercase

Read More
Where is the x86-64 System V ABI documented?...


linuxassemblyx86-64calling-conventionabi

Read More
Reference of syscall in assembly language...


linuxassemblyx86-64system-calls

Read More
What's wrong with this minimal static ELF executable made by GNU ld with a linker script with on...


linuxassemblyx86-64elflinker-scripts

Read More
Got "Access is denied" when I tried to install 64-bit mongodb in Windows server 2008...


mongodbx86-64windows-server-2008-r2

Read More
x86_64 assembly - loop conditions and out of order execution (macro-fusion with JCC)...


loopsassemblyx86-64cpu-architecturemicro-optimization

Read More
What Does the EDID Detailed Timing Table Mean?...


videox86-64biosvesa

Read More
Different gdb registers names...


cassemblygdbx86-64cpu-registers

Read More
CPUID: Why must MISC_ENABLE.LCMV be set to 0 for some functions? Can I temporarily overwrite it?...


assemblyx86x86-64cpuidmsr

Read More
Why does returning from _start segmentation fault?...


assemblystackx86-64system-callsexit

Read More
Why did they use numbers for register names in x86-64?...


assemblyx86-64cpu-registersinstruction-set

Read More
Why use 32-bit register when the data type is 64-bit?...


assemblybit-manipulationx86-64instructionsinstruction-set

Read More
64-bit registers on 32-bit binaries: At what an extend are they used? [dependence to OS, Machine con...


x86-6464-bit32bit-64bitcpu-registers32-bit

Read More
Do we also refer to the registers RAX, RBX etc as R1, R2 and so on?...


x86x86-64cpu-registersmicroprocessors

Read More
how can I verify my operating system support AVX2 instructions...


cx86-64simdavx2instruction-set

Read More
What does mov eax, dword ptr [eax] do?...


assemblyx86x86-64

Read More
How to force clang assembler to emit the `rex.W` prefix?...


assemblyclangx86-64machine-code

Read More
idiv does not perform signed division...


assemblyx86-64nasmsignedinteger-division

Read More
Why do bootloaders have to be written in 16-bit assembly?...


assemblyx86-64x86-16bootloader

Read More
BackNext