Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

In GNU Assembler, what does a dot signify at the beginning of a name?

assembly linker gnu ld readelf

What does the PIC register (%ebx) do?

Linux system call table or cheatsheet for Assembly [closed]

c linux assembly system-calls

pop or add esp, 4 ? What is the difference?

Commenting syntax for x86 AT&T syntax assembly

Can't include a file in NASM

assembly nasm

C uses assemble: operand type mismatch for push

c assembly linux-kernel

ADC instruction in ASM 8086

Why does GCC emit "lea" instead of "sub" for subtraction?

AArch64 relocation prefixes

assembly relocation

Does the ret instruction add 4 to esp register?

How do computers find modulus?

Return value of a C function to ASM

c assembly nasm osdev

What is the purpose of SUB Instruction?

assembly x86

Does usage of a pointer cancel the "register" property of the associated variable?

c optimization assembly

What's the purpose of using assembly language inside a C program?

c assembly inline-assembly

Can't call C standard library function on 64-bit Linux from assembly (yasm) code

linux assembly x86-64 nasm yasm

Using GCC inline assembly with instructions that take immediate values

MWAIT vs HALT in terms of efficiency

calling code stored in the heap from vc++