Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Problems with ADC/SBB and INC/DEC in tight loops on some CPUs

mov instruction in x86 assembly

assembly x86 att mov

How to use scanf in NASM?

assembly nasm

Why IA32 does not allow memory to memory mov? [duplicate]

Why is the stack filled with 0xCCCCCCCC

assembly disassembly

How to link a gas assembly program that uses the C standard library with ld without using gcc?

Does ICC satisfy C99 specs for multiplication of complex numbers?

What registers must be preserved by an x86 function?

RDTSCP versus RDTSC + CPUID

c assembly linux-kernel x86

Why does gcc use movl instead of push to pass function args?

Assembly JLE jmp instruction example

assembly x86 mnemonics

Fastest way to count number of 1s in a register, ARM assembly

assembly arm

zero assignment versus xor, is the second really faster?

assembly compilation

Embedded: memcpy/memset not used by most CRT startup code ― why?

c assembly embedded

What setup does REP do?

How can I execute MIPS assembly programs on an x86 linux?

linux assembly x86 mips qemu intel

Unravelling Assembly Language Spaghetti Code

reverse engineering c programs

x86 where stack pointer points?

How is a 2 pass-assembler different from a one pass assembler in resolving the future symbols?

assembly