Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gnu-assembler

Automatically generate xmm register name in a gas macro?

assembly x86 gnu-assembler sse

Details on gdb memory access complaint

macos gdb ld gnu-assembler

Get the address at the end of a set of data?

"Segmentation fault", x86_64 assembly, AT&T syntax

Intel REX Encoding of PUSH

Gnu assembler gives unexpected memory operand

Bootloader works in emulators but not on real hardware

help in understanding this code snippet

Writing bootsector in C: prevent generating stack pointer initialization

c gcc assembly gnu-assembler mbr

i386 assembly question: why do I need to meddle with the stack pointer?

assembly x86 gnu-assembler

Understanding this part arm assembly code

In assembly, how to add integers without destroying either operand?

What does the colon : mean in x86 assembly GAS syntax as in %ds:(%bx)?

what is jmpl instruction in x86?

assembly x86 gnu-assembler att

gas: too many memory reference

assembly x86 gnu-assembler att

Assembling with GCC causes weird relocation error with regards to .data

gcc assembly gnu-assembler

What does `b .` mean in this ASSEMBLY code?

How can I get an extra segment in DOS?

What does the ljmp instruction do in the linux kernel fork system call?

How to compile an assembly file to a raw binary (like DOS .com) format with GNU assembler (as)? [duplicate]