Search code examples
Is this piece of assembly code invalid?...


assemblyx86attaddressing-mode

Read More
Assembly mov instruction without suffix...


assemblyx86att

Read More
How to interpret this address -0x80(%rbp,%rax,4)...


assemblyx86-64att

Read More
Smart Bluetooth: GATT Vs. ATT - what are the differences between them?...


bluetoothbluetooth-lowenergyattgatt

Read More
Assembly (AT&T format) operand value...


assemblyx86att

Read More
What do the dollar ($) and percentage (%) signs represent in x86 assembly?...


assemblyx86att

Read More
Function call in x86 Assembly Language...


assemblyx86att

Read More
Is this assembler bug? bound instruction...


assemblyx86disassemblyattobjdump

Read More
AT&T to inline asm in Visual Studio 2017...


visual-studioassemblyinline-assemblyattdll-injection

Read More
lea assembly instruction...


assemblyx86attaddressing-mode

Read More
x86-64 Assembly: Two registers in parentheses? movsd (%rdx,%rsi,8), %xmm0...


assemblyx86-64att

Read More
how does cmpl $741354545, (%esi) work as a string compare for "1,0,"?...


assemblyx86asciiatt

Read More
What does AT&T syntax do about ambiguity between other mnemonics and operand-size suffixes?...


syntaxx86sseattmmx

Read More
What is the jmpq command doing in this example...


assemblyterminalgdbatt

Read More
How to add an immediate byte to a long register with AT&T syntax on x86?...


assemblyx86attimmediate-operand

Read More
Storing the x87 FPU Control Word...


assemblyx86attfpux87

Read More
do all functions have a "function prologue" that decrements the stack pointer for locals?...


assemblyx86nasmatt

Read More
How to use pointers with registers in assembly?...


assemblyx86att

Read More
Invalid operand for instruction movq using clang...


assemblyclangx86-64att

Read More
Trying to translate C program to reverse a number into x86 assembly...


cassemblyx86att

Read More
Reverse Array X86 AT&T Syntax...


arraysassemblyx86att

Read More
Can't scanf int in assembly...


assemblyarchitecturescanf32bit-64bitatt

Read More
x86 lea instruction...


assemblyx86attaddressing-mode

Read More
What does lea 0xY(%esp), %esi do?...


assemblyx86att

Read More
AT&T x86 Assembly "lea 0x0(%esi,1),%esi"...


assemblyx86att

Read More
How can I get gdb to disassemble an entire function?...


assemblygdbx86-64att

Read More
Not able to write to console using syscall in assembly...


assemblyx86-64gnuatt

Read More
gcc inline assembly behave strangely...


gccassemblyx86inline-assemblyatt

Read More
Assembly Language to C issue with registers...


cgccassemblyx86-64att

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


assemblyx86-16bootloadergnu-assembleratt

Read More
BackNext