Search code examples
SIGILL in Android NDK code...


androidc++assemblyandroid-ndkarm

Read More
Inline asm jmp - 'invalid operand for instruction'...


assemblyrustx86inline-assembly

Read More
Do Unions prevent the use of register variables...


c++assemblycompiler-optimizationcpu-registersunions

Read More
What does x86 `movq %rsp, (%rdi)` and `movq (%rsi), %rsp` do and how are they different?...


assemblyx86-64att

Read More
Difference between rip and eip registers in x86 Assembly...


assemblyx86-64program-counter

Read More
Declaring variable-sized arrays in assembly...


arraysassemblyx86-64nasmvariable-length-array

Read More
Assembly 32-bit - Calling a program from another program...


windowsgccassemblyx86nasm

Read More
What is the difference between the 'Compare And Swap' and 'Compare And Set' operatio...


javaalgorithmassemblycompare-and-swap

Read More
Problem understanding far jump after entering protected mode...


assemblyx86bootloaderprotected-mode

Read More
How would I use base addressing mode to save character into variable?...


assemblyx86nasmaddressing-mode

Read More
Using SIMD/AVX/SSE for tree traversal...


performanceassemblysimdmicro-optimizationavx

Read More
Cannot move a register to a register of a different size...


assemblyx86cpu-registersmov

Read More
what's happened when process is attacked by "stack buffer overflow"?...


csecurityassemblystack-overflowbuffer-overflow

Read More
Assembly MIPS: Cannot debug floating-point power function...


functionassemblyfloating-pointmipsoperation

Read More
Why does MARS's .data segment start at 0x10010000, not 0x10000000 as Patterson & Hennessy de...


assemblymemorymipsmars-simulator

Read More
Error code A4011 multiple .MODEL directives, but I only have one in my code...


assemblyx86masmvisual-studio-2022irvine32

Read More
In ELF, why do the headers need to be in one segment?...


linuxassemblyelf

Read More
NTVDM System Error 4001h when running a 32-bit DOS app...


assemblyx86-emulationntvdm

Read More
Instruction Definitions "Documentation" confusion...


assembly68000

Read More
How to pass array from assembly to a C function...


arrayscassemblyx86nasm

Read More
How do we compare two 2-byte binary numbers in 8085?...


assembly8085

Read More
How is WebAssembly cross-platform when Assembly is not?...


assemblywebassembly

Read More
Add variable in assembly instruction (asm inline C example)...


cassemblyinline-assembly

Read More
Commenting syntax for x86 AT&T syntax assembly...


assemblycommentsgnu-assemblerattintel-syntax

Read More
How to convert Atmel AVR Assembler code into a code in C language...


cassemblyreverse-engineeringavrdecompiling

Read More
Windows system calls...


windowsassemblyx86system-calls

Read More
gnu GAS use stdio.h in asm and compile 32 bit on 64 bit host...


assemblyx86c-preprocessor32bit-64bitgnu-assembler

Read More
Loading values to array in data segment with assembly...


arraysassemblyarmarmasm

Read More
Unexpected characters at end of line...


assemblycompiler-errorsarmkeil

Read More
Kernel breaks on adding new code (that never runs)...


cassemblylinux-kernelarm

Read More
BackNext