Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Call C function from Assembly -- the application freezes at "call printf" and I have no idea why

assembly printf

How to determine values saved on the stack?

Question about ADD on ASM 8086

assembly x86 add

i386 assembly question: why do I need to meddle with the stack pointer?

assembly x86 gnu-assembler

GCC inline assembly - Move float to XMM0 before call

c gcc assembly sse

Detours Hook in external process for "empty" function does not work

c++ assembly detours

LC3 Assembly Bitwise Right Shift

Self modifying code, copy/jump in the heap failed

What's the equivalent of BP register ( Frame Pointer ) on ARM processors?

Why there is always a useless function argument in stack?

assembly freebsd

Translating assembly to pseudocode

MIPS load byte (lb) with offset

assembly mips

Self contained C routine to print string

Use of STREXEQ instead of STREX for spinlock implementation in ARM

How are params passed when calling Printf from 64 bit asm?

cuda - minimal example, high register usage

When are the carry flags set by x86 negation (NEG) / subtraction (SUB)?

assembly x86 carryflag eflags

Deriving optimized strlen in assembler?

assembly

gdb - nop with extra data, why?

assembly gdb 64-bit

understand cmpb and loops in assembly language

assembly