Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

Does a zero change jump on x86 clear the instruction prefetch queue?

assembly x86

When should I use size directives in x86?

assembly x86 x86-64 directive

Why is there two sequential move to EAX under optimization build?

how to get address of variable and dereference it in nasm x86 assembly?

pointers assembly x86 nasm

How does xchg work in Intel Assembly Language

assembly x86

What does __asm volatile ("pause" ::: "memory"); do?

How do I link a C++ subroutine to an x86 assembly program?

c++ gcc assembly x86 nasm

Web Assembly (Wasm), garbage collection

DMB instructions in an interrupt-safe FIFO

c gcc assembly c11 atomic

What does movslq do?