New posts in gnu-assembler

How do GNU assembler x86 instruction suffixes like ".s" in "mov.s" work?

How to produce a minimal BIOS hello world boot sector with GCC that works from a USB stick on real hardware?

NASM Vs GAS (Practical differences)

GCC's assembly output of an empty program on x86, win32

What is register %eiz?

gas: too many memory reference

Calculating padding length with GAS AT&T directives for a boot sector?

GAS: Explanation of .cfi_def_cfa_offset

MOV src, dest (or) MOV dest, src?

Is there a symbol that represents the current address in GNU GAS assembly?

GNU assembler on Windows: WriteFile returns ERROR_INVALID_HANDLE

How to use RIP Relative Addressing in a 64-bit assembly program?

Distinguishing memory from constant in GNU as .intel_syntax

x86 assembler: floating point compare

Calling printf in x86_64 using GNU assembler

What are CFI directives in Gnu Assembler (GAS) used for?

How do RIP-relative variable references like "[RIP + _a]" in x86-64 GAS Intel-syntax work?

GCC asm function, how to insert specific op code? [duplicate]