Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in att

"call" after switching to Protected Mode

assembly kernel att

Segfault with x86 assembly on mov 0, %eax

Regarding cmp / jg, jle, etc in AT&T syntax assembly

assembly x86 att

Appending two string in x86 assembly

What does a comma in a parenthesis mean in the AT&T syntax for x86 assembly?

Division in x86 Assembly GAS

assembly x86 att

64 bit assembly on Mac OS X runtime errors: "dyld: no writable segment" and "Trace/BPT trap"

Neccessity of push and pop operands on CPUs

How to determine if the registers are loaded right to left or vice versa

Calculating padding length with GAS AT&T directives for a boot sector?

How to translate "pushl 2000" from AT&T asm to Intel syntax on i386

assembly x86 intel att i386

How much space is allocated by subtracting from %esp in a function call?

c++ assembly att

What does movslq do?

what is jmpl instruction in x86?

assembly x86 gnu-assembler att

gas: too many memory reference

assembly x86 gnu-assembler att

Understanding C disassembled call

Declaring Arrays In x86 Assembly

arrays assembly x86 nasm att

The difference between mov and movl instruction in X86? and I meet some trouble when reading assembly [duplicate]

gcc assembly x86 att objdump

Why move 32-bit register to stack then from stack to xmm register?

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