Search code examples
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
Is SIGILL-based instruction-level post-link compression safe and practical on x86_64 Linux ELF?...


linuxassemblyoptimizationx86-64elf

Read More
Assembly program giving incorrect/no output with WriteConsoleOutputA taking a struct of chars and at...


assemblyx86-64console-applicationmasm64

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


debuggingassemblyx86x86-64instruction-encoding

Read More
How to calculate magic constants for divide-by-multiply for constant modulo operation...


c++x86-64modulointeger-division

Read More
Memory alignment : how to use alignof / alignas?...


c++c++11x86-64memory-alignmentalignas

Read More
What's the most concise way to reverse a string using x86 or x86_64 assembly?...


assemblyx86-64micro-optimizationcode-size

Read More
bug changing strings to incorrect values while trying to reverse a string in x86-64...


linuxassemblyx86-64

Read More
BackNext