Search code examples
How can I expand the macro in ARM assembly?...


assemblygnu-assemblerarmv8

Read More
What exactly does _malloc do in assembly?...


cassemblyx86reverse-engineering

Read More
Flags of Signed and Unsigned Numbers...


assemblyflagsunsignedsigned

Read More
Is there a standard for saving caller saved registers from within variadic functions?...


assemblygccx86-64variadic

Read More
Counting character frequencies in an array of characters - x86 Assembly...


assemblyx86histogram

Read More
What is difference between .space {value} sbrk (allocate heap memory) in MIPS...


assemblymemorymemory-managementmipsdynamic-memory-allocation

Read More
Swap between two variables by reference in assembly 8086...


assemblyemu8086

Read More
How to set the alignment for the .data section?...


assemblyvisual-c++x86nasmmemory-alignment

Read More
Print to the console the entire alphabet of uppercase and lowercase (A to Z, a to z) with custom for...


assemblyx86-16uppercaseemu8086alphabet

Read More
What's the difference between .code16 and .code32...


assemblyx86x86-16gnu-assemblerprotected-mode

Read More
Counting differences between 2 buffers seems too slow...


performanceassemblyoptimizationx86clang++

Read More
Calling printf in x86-64 Linux requires RAX = 0?...


assemblyx86-64calling-convention

Read More
Factorial program in x64 assembly always returning 1?...


assemblyx86-64factorialatt

Read More
Can I save the return address in a register and push it back onto the stack before `ret` in NASM x86...


assemblyx86stackx86-64nasm

Read More
Opcode vs Operand in x86 assembly source code...


assemblycpu-architecturex86-16emu8086opcode

Read More
Compare a Floating Point value to 1 in MIPS assembler...


assemblymips

Read More
Does int 80h interrupt a kernel process?...


clinuxassemblylinux-kernel

Read More
x86 Video mode Clear Screen...


assemblyx86nasmdosbios

Read More
Having trouble with asm logic using nand2tetris...


assemblynand2tetris

Read More
Why does the stack pointer and frame pointer have the same address?...


assemblygccmipsstack-pointerframe-pointer

Read More
Can you explain this x86-64 Assembly program...


linuxassemblyx86-64

Read More
Where in the NASM spec is the syntax FFFFh for hexadecimal number not allowed?...


assemblysyntaxx86hexnasm

Read More
Is there way to use global symbols from other binary without linking it in...


assemblyldgnu-assembler

Read More
Sorting an array in assembly 8086 16 bit...


arraysfunctionsortingassemblyemu8086

Read More
cmps string instruction assembly language 8086...


assemblyx86nasmx86-16

Read More
How to offset from a local variable using x64 Assembly?...


assemblyx86-64att

Read More
Very verbose ASM code of MSVC /Os vs GCC -O2 for simple template code...


c++assemblyvisual-c++compiler-optimization

Read More
How does sll in MIPS makes calculations easier compared to direct mult and div?...


assemblymips

Read More
Why do I get db syntax errors with variable names like Dec or Neg?...


assemblyx86masmmasm32

Read More
How do function calls return a value in x86-64 assembly?...


assemblyx86-64return-valueattfunction-call

Read More
BackNext