Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Slow jmp-instruction

Why do x86-64 Linux system calls modify RCX, and what does the value mean?

Strange behaviour of ldr [pc, #value]

c++ assembly arm

Why does cmp 0x84,0x30 trigger the overflow flag?

Why does the compiler generate this code?

Why don't GCC and Clang use cvtss2sd [memory]?

Understanding Assembly MIPS .ALIGN and Memory Addressing

Custom bootloader booted via USB drive produces incorrect output on some computers

Help with 68k assembly - jump tables?

What is this assembly function prologue / epilogue code doing with rbp / rsp / leave?

macos gcc assembly stack x86-64

What meaning, if any, does the Mod R/M byte carry for the unconditional jump instruction 0xFF?

assembly x86

What parts of this HelloWorld assembly code are essential if I were to write the program in assembly?

c linux assembly x86

LDUR and STUR in ARM v8

assembly arm armv8

What is the best resource for learning (N)ASM? [closed]

assembly nasm

Could someone explain __declspec(naked) please?

Why calls when jmps would suffice?

c gcc assembly x86

how convert two bytes into one 16-bit number?

assembly embedded byte bit

What does JS do in Assembly x86?

assembly x86 att

masm division overflow

assembly x86 masm

#include header with C declarations in an assembly file without errors?

c gcc assembly include x86