Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gnu-assembler

What are the differences between compiling assembly using gcc and as

How to use arbitrary arithmetic expressions on pointers in gas

How do I make a .section in ELF format read only with GNU GAS?

assembly elf gnu-assembler

GAS assembler not using 2-byte relative JMP displacement encoding (only 1-byte or 4-byte)

relocation truncated to fit: R_386_8 against '.rodata'

assembly x86 gnu-assembler att

Proper way to do imports with gas

gas .org different from ORG in nasm?

assembly nasm gnu-assembler

Assemble 32 bit mode instructions in elf64 format with GCC (gas/as)

Gnu Assembler (GAS) Optimizations

Breaking long macro argument list in GNU assembler for AArch64

What's difference between ".SECTION .data" and just ".data" in GNU GAS?

assembly gnu-assembler

Mac OS: ld: in section __DATA,__data reloc 0: length < 2 and X86_64_RELOC_UNSIGNED not supported

How to use a string literal as an immediate operand (and move it to an address) in GNU assembler?

assembly x86 gnu-assembler att

How do I extract a single byte from an xmm-register in Asm?

Combining C and Assembly(32 bit code) on Linux 64 bit

c linux gcc 64-bit gnu-assembler

Calling C function from x64 assembly with registers instead of stack