Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gnu-assembler

How can I mitigate the impact of the Intel jcc erratum on gcc?

Using ".intel_syntax noprefix" how can I get memory address of a label?

How to concatenate GNU GAS macro arguments with other tokens to make single label?

assembly gnu-assembler

Why does switching from AT&T to Intel syntax make this tutorial segfault using GAS?

Distinguishing memory from constant in GNU as .intel_syntax

Generating assembly code from C# code?

GCC Assembly Optimizations - Why are these equivalent?

In assembly, how do you deal with C struct?

Why is GNU as syntax different between x86 and ARM?

assembly arm gnu-assembler att

Macro substituting a constant number in GAS

assembly x86 gnu gnu-assembler

what is the difference between a label and a function in assembly

assembly gnu-assembler att

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

What does 0x4 do in "movl $0x2d, 0x4(%esp)"?

c assembly x86 gnu-assembler

What does the bracket in `movl (%eax), %eax` mean?

What's the difference between the .asciz and the .string assembler directives?

Commenting syntax for x86 AT&T syntax assembly

Why does GCC emit "lea" instead of "sub" for subtraction?

How to make the GNU Assembler use a slash / for comments?

Understanding Base Pointer and Stack Pointers: In Context with gcc Output

c gcc assembly gnu-assembler

How to install and use GAS (GNU Compiler) on Linux?