Search code examples
How should I correctly learn GNU assembly?...

assemblyattgnu-assembler

Read More
How do I find the end of a string in x86 assembly?...

assemblyx86att

Read More
Calling libc functions from another shared library in AT&T syntax?...

linuxassemblyshared-librariesx86-64att

Read More
Array addressing in AT&T GAS assembly. Register offset from RIP doesn't work...

assemblyx86-64attgnu-assembleraddressing-mode

Read More
Is there a complete x86 assembly language reference that uses AT&T syntax?...

assemblyx86intelatt

Read More
assembly function flow...

functionassemblyx86attcontrol-flow

Read More
Relocation truncated error in assembler...

assemblyx86-64attrelocation

Read More
what is the difference between these movw to AX and movb to AL load instructions, from an odd offset...

assemblyx86-64att

Read More
What is REX prefix in Instruction Encoding?...

assemblyx86-64attmachine-codeinstruction-encoding

Read More
Trying to implement a spin-lock via "lock xchg" assembly...

catt

Read More
Difference between movq and movabsq in x86-64...

assemblyx86-64attinstructionsimmediate-operand

Read More
Error: operand size mismatch for `lea' (seems like syntax error)...

cassemblyx86attgnu-assembler

Read More
Update array in assembly...

arraysloopsassemblyx86att

Read More
How to solve segmentation fault of certain instructions of assembly code?...

linuxassemblygdbx86-64att

Read More
Base poiner offset in x86 real mode...

assemblyx86bootloaderattreal-mode

Read More
How does conditional jump of x86-64 works?...

assemblyx86x86-64attconditional-execution

Read More
Why does AT&T syntax use parens around DX in IN / OUT instructions like inb (%dx),%al...

assemblygccx86att

Read More
CMP in x86 with parentheses and address...

assemblyx86att

Read More
Why there is no parentheses wrapping around AL register?...

assemblyx86att

Read More
Including header file in assembly file...

gccassemblygnugnu-assembleratt

Read More
What does "comparison is for a two’s-complement ‘>=’" mean?...

assemblyprogramming-languagesattmachine-code

Read More
64 bit assembly on Mac OS X runtime errors: "dyld: no writable segment" and "Trace/BP...

macosassemblyx86-6432bit-64bitatt

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

macosassemblyx86-64attrelative-addressing

Read More
Convert from ascii to integer in AT&T Assembly...

linuxassemblyx86asciiatt

Read More
Mixed integer and string in strace output in write syscall...

assemblyx86attstrace

Read More
GNU assembler is not giving the proper floating point value...

assemblyx86-64attgnu-assemblerx87

Read More
CPU registers individual or addressing parts...

assemblyx86cpu-registersatt

Read More
How to use a string literal as an immediate operand (and move it to an address) in GNU assembler?...

assemblyx86gnu-assembleratt

Read More
what does "mov offset(%rip), %rax" do?...

assemblyx86-64attaddressing-moderelative-addressing

Read More
What is Value in Symbol Table?...

assemblyx86-64elfatt

Read More
BackNext