Search code examples
Understanding ATT Assembly Language...


cassemblyx86att

Read More
ATT assembly language arithmetic...


assemblyatt

Read More
Assembly (,%eax,4)...


assemblyattaddressing-mode

Read More
What does leal (%eax, %eax) do?...


assemblyx86attaddressing-mode

Read More
How does "mov (%ebx,%eax,4),%eax" work?...


assemblyattaddressing-mode

Read More
What does 0x4 from cmp 0x4(%esi),%ebx assembly instruction mean?...


assemblyx86gdbg++att

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


c++assemblyatt

Read More
What does this assembly code do and why is it used?...


assemblyatt

Read More
What is this piece of assembly code into C?...


assemblyx86conditional-statementsatt

Read More
How to compute switch case values from assembly code?...


assemblyx86switch-statementatt

Read More
Assembly (AT&T 32 bit) scanf questions...


assemblyprintfscanfatt

Read More
Snake game in assembly...


assemblyx86att

Read More
Garbage values when assigning values to two dimensional array...


arraysassemblyattx86

Read More
Copying the value of a pointer to another new pointer in Assembly...


pointersassemblyatt

Read More
GAS does not recognise register %ip...


assemblygnu-assembleratt

Read More
'C' appearing as 2 different values?...


cassemblyattcmp

Read More
Strcat in assembly...


assemblystrcatatt

Read More
about AT&T assembly syntax (%esp,1)...


cassemblyatt

Read More
Why does the `--oformat binary' option of the gnu linker place the `.data' segment at 0x0200...


assemblyldatt

Read More
Using C++ with assembly to allocate and create new functions at runtime...


c++gccinline-assemblyattdynamic-function

Read More
Neccessity of push and pop operands on CPUs...


assemblystackcpucpu-architectureatt

Read More
What is the AT&T syntax postfix for opcodes?...


macosassembly64-bitfreebsdatt

Read More
"Illegal instruction" on basic assembly program - not even hello world - why is linking ne...


macosassemblyosx-snow-leopard32-bitatt

Read More
Linux system call from kernel crashing (weird offset)...


clinuxassemblylinux-kernelatt

Read More
Newbie asm: where is the call code?...


clinuxassemblylinux-kernelatt

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


linuxldgnu-assembleratt

Read More
What does the syntax constant(register) mean?...


assemblyx86att

Read More
x86: Interrupt handler loop...


linuxx86kernelinterruptatt

Read More
"call" after switching to Protected Mode...


assemblykernelatt

Read More
Does BIOS in Atom-32bit-intel board make IDT and GDT?...


assemblymicroprocessorsatt

Read More
BackNext