Search code examples
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
128-bit arithmetic on x64 in C...


cintegerx86-64biginteger128-bit

Read More
problem having creating a sub routine for outputing string dynamicly without using stack in x86-64...


linuxassemblyx86-64

Read More
What are the 128-bit to 512-bit registers used for?...


assemblyx86-64ssesimdcpu-registers

Read More
Making an absolute 64-bit jump in x64 assembler which can be copied as a JIT...


assemblyx86-64nasmjit

Read More
printf wont work when linking to ucrtbase.dll, but works when linked to msvcrt.dll (Windows, NASM)...


windowsassemblydllx86-64nasm

Read More
can i use "gcc -m64" instead of "x86_64-elf-gcc"...


gccx86-64

Read More
What is the purpose of the k0, k1, ... k7 registers?...


assemblygdbx86-64cpu-registersavx512

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


cassemblygccx86-64abi

Read More
BackNext