Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why does gcc place a “halt” instruction in programs after the call to “main”?

linux gcc assembly glibc

How to link a C object file with a Assembly Language object file?

How does hardware run assembly? How was the first assembler written?

assembly

Load 32-bit constant to register in MIPS

assembly mips

"global main" in Assembly

assembly global main

What does the /4 mean in FF /4?

Confusing brackets in MASM32

assembly masm masm32

Push and Pop in arm

assembly arm

Do FMA (fused multiply-add) instructions always produce the same result as a mul then add instruction?

Difference between long and short jump (x86)

Allocating variables on the stack in x86 assembly. rbp and rsp vs esp and ebp

What are the 128-bit to 512-bit registers used for?

No function contains program counter for selected frame

assembly buffer-overflow

meaning of R_386_32/R_386_PC32 in .rel.text section of elf

c linux assembly x86

What is the most efficient way to clear a single or a few ZMM registers on Knights Landing?

Why are registers needed (why not only use memory)? [duplicate]

Assembly: Using the Data Segment Register (DS)

Stack eip overflow x86 vs x86_64 easy C code

c assembly x86 stack x86-64

Near and Far JMPs

assembly x86 nasm

ARM Assembly Local Labels

gcc assembly arm