Search code examples
IA32 Assembly code for type casting from signed/unsigned char to unsigned/signed int...


assemblyx86type-conversionattinteger-promotion

Read More
clang __asm__ with labels in case statment, gets error: invalid operand for instruction...


clangx86-64inline-assemblyatt

Read More
c inline assembly getting "operand size mismatch" when using cmpxchg...


cgccx86inline-assemblyatt

Read More
Why is no value showing up in the rax register?...


assemblyx86-64callstackatt

Read More
In x86-64 do we always do pushq when we want to push something on the stack?...


assemblyx86-64calling-conventionatt

Read More
Understanding ATT Assembly (immediate)...


assemblyx86attimmediate-operand

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


assemblyx86att

Read More
How to understand this AT&T i386 assembly code snippet?...


assembly32-bitatti386

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


assemblyx86attaddressing-mode

Read More
Making a system call in GAS and using variables in .data section and accessing them for a system cal...


linuxassemblyx86-64gnu-assembleratt

Read More
Converting [symbol + constant] Intel syntax addressing mode to AT&T syntax?...


assemblyoffsetattaddressing-modeintel-syntax

Read More
vpcmpeqb in inline assembly...


gccassemblyinline-assemblyavxatt

Read More
__kernel_vsyscall in assembly function (gdb)...


cmallocsigabrtgnu-assembleratt

Read More
What do parentheses surrounding a register mean?...


assemblyx86cpu-registersattaddressing-mode

Read More
How do I acess the value of the last parameter of a function, given that the first two parameters ar...


assemblyx86gnu-assemblercalling-conventionatt

Read More
resd instruction in AT&T syntax...


assemblyx86gnu-assembleratt

Read More
GDB: until command stops where?...


assemblygdbatt

Read More
Intel x86-64 assembly jump statement question...


if-statementassemblyx86-64att

Read More
Function calculating maximum value in AT&T x86 assembly...


assemblyx86att

Read More
memset movq giving segfault...


cassemblygnu-assemblerattmemset

Read More
Result of my implementation of memset only prints the changes, and not the entire result string...


assemblyx86-64attmemset

Read More
How to traverse a string in assembly until I reach null? (strlen loop)...


assemblyx86-64gnu-assemblerattstrlen

Read More
Convert string to upper case...


stringassemblyx86-64att

Read More
Trying to write strcpy in assembly at&t, no output...


stringloopspointersassemblyatt

Read More
Don't line break in shell after executing asm programm. [AT&T]...


assemblyattfish

Read More
Why does using LEA with reversed operands throw an operand size mismatch and not syntax error in GAS...


assemblyx86gnu-assembleratt

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


assemblyx86att

Read More
Fail to change CS register value from kernel mode. invalid opcode: 0000...


gcclinux-kernelx86-64inline-assemblyatt

Read More
cmp assembly language instruction - gas format...


assemblyx86-64gnu-assemblerattcmp

Read More
Problem with recursive factorial in x86_64 Assembly...


recursionassemblyx86-64att

Read More
BackNext