Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Is an entire static program loaded into memory when launched?

c linux windows macos assembly

How to get opcodes of a c program

c linux assembly x86 opcode

asm in C "too many memory references for `mov'"

c assembly

Running assembly in an empty virtual machine instance?

What is the difference between la and li in opcodes in MIPS?

assembly mips

Is it possible to access 32-bit registers in C?

Converting Int to Float or Float to Int using Bitwise operations (software floating point)

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