Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Intel assembly syntax OFFSET

gcc assembly x86 nasm masm

Understanding sign and overflow flag in assembly

assembly x86

How much space is allocated by subtracting from %esp in a function call?

c++ assembly att

Hotspot in a for loop

Need an explanation of a particular security optimisation

How can I obtain the address of internal System.pas functions?

delphi assembly basm

Understanding this part arm assembly code

g++ -no optimization- skips asm code after goto

c++ linux assembly

why for loop has 1 extra instruction than expected?

what is the use of ori in this part of MIPS code?

assembly mips

Editing ELF binary call instruction

Why aren't the higher 16-bits in EAX accessible by name (like AX, AH and AL)? [duplicate]

assembly x86

Assembly - x86 call instruction and memory address?

assembly linker x86 nasm masm

Creating a simple multiboot kernel loaded with grub2

assembly x86 kernel osdev grub

All asm labels becoming symbols in executable file

assembly linker x86 nasm elf

Why does the machine code depend on the OS type? [closed]

X86 64-bits Assembly Linux 'Hello World' linking issue

c linux assembly x86-64

Executable Section Headers - Meaning and use?

conditional jumps -- comparing c code to assembly

c assembly x86

Can I pop from the middle of a stack?