Search code examples
Loading and running a raw binary file with 32-bit code in QEMU...


assemblyx86nasmbinaryfilesqemu

Read More
Instructions for RISC-V(.word)...


assemblyarchitecture

Read More
Why there is '\' before the parameters in the arm assembly macro?...


assemblymacrosarm

Read More
How to display "The reversed string is:" and the reversed string on the same line in assem...


linuxassemblyx86debiannasm

Read More
Usage of recursion with array in MIPS...


assemblymips

Read More
Run Sparc binaries without Sparc hardware...


assemblyemulationsparc

Read More
How to change a single bit of an address at assemble time?...


assemblygnu-assemblersuperh

Read More
Zero-cost integer upcast via inline assembly...


cassemblyx86-64

Read More
GCC output Arm64 assembly instructions...


cassemblygccarm64

Read More
What does the null character do in `db` command?...


assemblynull

Read More
Why is my stack filled with 0xc2 instructions when I passed the 0x90 instruction?...


pythonassemblybuffer-overflowexploit

Read More
Statically loaded C to aarch64 Assembly, for learning purposes...


cmacosassemblyarmclang

Read More
Loop iteration is failing at second iteration...


linuxloopsassemblyx86nasm

Read More
Understanding micro-architectural causes for longer code to execute 4x faster (AMD Zen 2 architectur...


c++assemblyx86cpu-architectureamd-processor

Read More
error in displaying result and executing the chosen arithmetic operation...


assemblycalculatorx86-16dosbox

Read More
How to Deal with Converting Lengthy Assembly Code to AsmJIT function calls?...


assemblycompiler-constructionasmjit

Read More
How to force clang assembler to emit the `rex.W` prefix?...


assemblyx86-64

Read More
I am trying to convert this pseudo code into hack language saved as an .asm file...


assemblypseudocode

Read More
CMPXCHG8B example using Nasm Assembler...


assemblyx86nasmintel

Read More
Cross Platform/Architecture Assembly Language...


assemblyarchitectureprogramming-languagescross-platformbytecode

Read More
MIPS quicksort an array...


assemblymips

Read More
fprem1 doesn't spit out the result I expected...


assembly

Read More
Problem with the input in assembly program...


assembly

Read More
Move smaller operand into larger operand...


assemblyx86-64cpu-registers

Read More
What do %pcrel_hi and %pcrel_lo actually do?...


assemblyriscv

Read More
Struggling with TEA Algorithm in Assembly 8086 TASM...


algorithmassemblyencryptionasciitasm

Read More
Find which assembly instruction caused an Illegal Instruction error without debugging...


clinuxassemblyx86-64yasm

Read More
Why doesn't my code sort numbers greater than 128?...


assemblyx86-64

Read More
In shift left instruction, why is rt used as source register instead of rs?...


assemblymipscpu-architecturemachine-codeinstruction-encoding

Read More
Why does my HLA program that checks if values are increasing always output as false no matter what i...


assemblyx86hla

Read More
BackNext