Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in att

Conditional move zero into register?

How to understand this AT&T i386 assembly code snippet? [duplicate]

assembly 32-bit att i386

push 1 less than %ecx to stack

assembly x86 cpu-registers att

What does `var@GOTPCREL(%rip)` mean?

Trying to reverse engineer a function

Warning: indirect call without `*'

Segmentation fault when calling x86 Assembly function from C program

c assembly x86 att

Addl instruction explanation

assembly x86 att

How does "mov (%ebx,%eax,4),%eax" work? [duplicate]

Using .org directive with data in .data section: In connection with ld

linux ld gnu-assembler att

How to sum integers with sign into a wider sum on IA32. 64-bit sum of 32-bit signed ints?

What is the difference between a value and a memory address in x86_64 AT&T assembly language?

How do I determine the length of a constant string?

assembly x86 gnu-assembler att

"Illegal instruction" on basic assembly program - not even hello world - why is linking needed?

Finding out how many bytes separate esp and the stored return address on the program's stack

assembly x86 att cdecl

What does lea 0x4(%esp),%ecx mean in AT&T syntax?

assembly x86 att

Telling GAS to use semicolons for comments in Intel syntax mode

What does 'callq *(%rax)' mean?

assembly x86-64 att

Unable to move variables in .data to registers with Mac x86 Assembly