Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gnu-assembler

How are assembly variables implemented?

assembly x86 gnu-assembler

What are assembler section directives used for?

assembly arm gnu-assembler

how to export a function in GAS assembler?

Why would I use NASM over GNU Assembler (GAS)? [closed]

The variable name defined in .bss section can not be found in gdb

What does "=w" in GCC Inline Assembly mean?

c gcc assembly gnu-assembler

How does the .quad directive work in assembly?

Using Assembler in C without using placeholders

"spim: (parser) syntax error on line [...]" where i used the label .byte

assembly gnu-assembler att

implementation of .cfi_remember_state

A simple while-loop in GCC inline assembly

GNU assembler preprocessor define

gnu gnu-assembler

How to create a statically linked position independent executable ELF in Linux?

linux ld elf gnu-assembler

How come _exit(0) (exiting by syscall) prevents me from receiving any stdout content?

What does .align in ARM architecture

assembly arm gnu-assembler

Disambiguate labels from register names in the Intel syntax

How to translate NASM "push byte" to GAS syntax?

How to create a GNU GAS macro that expands to an expression like "(x+y*240)*2"?

GCC: Prohibit use of some registers