Search code examples
Why does my Assembly program continue to execute after reaching the value 10, even with the correct ...


assemblyx86-64nasm

Read More
ERROR: ld.so: object 'getpid.so' from LD_PRELOAD cannot be preloaded: ignored...


clinuxdynamicx86-64

Read More
Setting up Paging in the Bootloader (UEFI)...


x86-64bootloaderosdevpaginguefi

Read More
Newbie on x86 asm - equivalence of mov a,[b+2] and add b,2|mov a,[b]...


assemblyx86x86-64

Read More
Bomb lab phase 4 func4 - doubly-recursive function that calls itself with n-1 and n-2...


assemblyx86-64reverse-engineeringdisassemblybinary-bomb

Read More
C++ VS2010 Compiler doesn't use 'push' for a simple function call...


c++assemblyvisual-c++x86-64calling-convention

Read More
Should the box at the bottom be %rax instead of %rbx in Fig 6-1 of Jonathan Barlett's book?...


assemblyx86-64gnu-assembleratt

Read More
Is assigning a pointer in C program considered atomic on x86-64...


cmultithreadinggccx86-64atomic

Read More
Understanding disassembler: See how many bytes are used for add...


assemblyx86-64disassemblyattmachine-code

Read More
What's the instructions for type casting in Intel 64 ISA...


cx86-64

Read More
clang misaligns stack and then tries a vmovaps in _start written as a C function...


cclangx86-64memory-alignmentabi

Read More
Having trouble adding two numbers taken as input from the terminal in assembly...


assemblyx86-64

Read More
What does this inline-assembly code snippet in Valgrind mean?...


cassemblyx86-64valgrindinline-assembly

Read More
Enabling AVX512 support on compilation significantly decreases performance...


linuxperformancegccx86-64avx512

Read More
What does the endbr64 instruction actually do?...


assemblyx86-64intelinstructions

Read More
How to detect E-cores and P-cores in Linux alder lake system?...


linuxx86-64intelcpu-architecturecpu-cores

Read More
Push and Pop on AMD64...


assemblystackx86-64

Read More
Efficient modular exponentiation for all 64-bit arguments...


cperformancex86-64number-theory

Read More
How to populate a 64-bit register with duplicate byte values?...


assemblyx86x86-64masmmemset

Read More
Why does C#'s Thread.MemoryBarrier() use "lock or" instead of mfence?...


c#.net-coreassemblyx86-64memory-barriers

Read More
Python incorrectly detects 32-bit system on Windows 8.1 64-bit...


pythonwindows-7x86x86-64windows-7-x64

Read More
Is there a 256-bit integer type in C?...


cgccx86-64bigintextended-precision

Read More
Why modern calling conventions pass variadic arguments in registers?...


cassemblyx86-64arm64calling-convention

Read More
GCC Output Symbol not Relocatable with -fPIC...


linuxgcccompilationx86-64relocation

Read More
Understanding Memory Controller RPQ/WPQ ordering guarantees for loads and ntstores...


assemblyx86x86-64cpu-architecturememory-model

Read More
Issue with DWARF DIE's and tracking variables...


assemblygccx86-64low-leveldwarf

Read More
NASM Calculator - Won't print the result...


linuxassemblyerror-handlingx86-64nasm

Read More
How can I enable function level linking with a Windows 64 bit assembly file...


windowsassemblylinkerx86-6464-bit

Read More
Returning a double from asm to c...


cassemblyx86-64nasm

Read More
TLS variable lookup speed...


cmultithreadingpthreadsx86-64thread-local-storage

Read More
BackNext