Search code examples
How is PTRACE_SINGLESTEP implemented?...


linuxassemblyx86x86-64ptrace

Read More
Why would I use NASM over GNU Assembler (GAS)?...


assemblynasmgnugnu-assembler

Read More
Linux syscall documentation...


linuxassemblyx86-64system-calls

Read More
Visual Studio debugger not working for a DLL build from assembly source files?...


windowsvisual-studioassemblydllx86-64

Read More
Do source and destination operands need to be the same size?...


assemblyx86x86-64

Read More
Will this call be executed in assembly?...


assemblyx86-64reverse-engineering

Read More
Assembly issue with '[' in x86 syntax for GCC...


assemblygccx86attintel-syntax

Read More
Using CPUID to get cache size in Ryzen CPU...


assemblyx86-64cpu-cacheamd-processorcpuid

Read More
Unexpected page fault when writing return value from assembly procedure...


c++visual-studioassemblyx86masm

Read More
Trying to execute a bash script in NASM...


bashassemblynasm

Read More
The VGA text mode cursor does not move or hide...


assemblyg++x86-64osdevvga

Read More
Omitting the code segment directive in 8086 assembly? (emu8086)...


assemblyx86x86-16emu8086

Read More
How is the sign flag calculated with the imul instruction?...


assemblyx86eflags

Read More
Multiple line comments in MASM assembly...


assemblycommentsmasmmasm32

Read More
Unnecessary pushing of registers to the stack when others with the same value exist, why?...


assemblyx86stacknasm

Read More
How would I concate 2 strings into a one in assembly? (NASM)...


stringassemblyx86nasmstring-concatenation

Read More
How are interfaces represented at a lower/assembly level?...


objectassemblyinterfacelinkercompiler-construction

Read More
Variable offset from BP (emu8086 assembly)...


assemblyx86-16emu8086

Read More
How to print a message in the console when the user inputs a negative number in assembly...


assemblymipsmars-simulator

Read More
Handling of integer with values > 2^32 on Sparc 32 bits...


cassemblylong-integersparc

Read More
Why is 64-bit NASM insisting on the RSI register ? Why can't I put "hello world" into ...


linuxassemblyx86-64nasmsystem-calls

Read More
Problems with WinASM and "Zen of Assembly" (book)...


assemblyx86x86-16

Read More
What does .word 0 mean in ARM assembly?...


c++assemblyarmvirtual-functionsvtable

Read More
assembly weak symbol not working as (I) expected...


assemblyriscvgnu-assemblerweakriscv32

Read More
Segmentation fault when popping x86 stack to access function arg...


cassemblyx86nasmstack-memory

Read More
Link MinGW .a static C libraries with GoLink...


assemblyx86-64nasmstatic-librariessdl-2

Read More
How to get assembly output from building with Cargo?...


assemblyrustrust-cargo

Read More
Why the assembly output of a compiled rust code does not include any asm instructions?...


assemblyrustcompilationcompiler-explorergodbolt

Read More
Function alignment in .o / .obj modules...


assemblygccbuildlinkercompiler-optimization

Read More
Structure of COFF object files...


assemblyx86symbolsobject-files

Read More
BackNext