Search code examples
x86 Assembly Programming (GAS Syntax): Operand type mismatch for `shl'...

assemblyx86bit-manipulationbit-shiftatt

Read More
The usage of writemask k1 in AVX-512 VORPS?...

assemblyx86-64inline-assemblyattavx512

Read More
Why does move copy variable address to register, in x64 assembly?...

linuxassemblyx86-64att

Read More
Reading a number into a register from stdin? Loading a scanf result...

assemblyx86att

Read More
Why after enable paging specific address is not available?...

assemblyx86pagingattosdev

Read More
What opt in rate can be achieved with Apple’s iOS14 ATT prompt?...

iospermissionsprivacyios14att

Read More
Using scanf into global or local variables (on the stack), 32-bit calling convention...

linuxassemblyx86scanfatt

Read More
How to print floating point numbers from assembly?...

assemblyprintfgnu-assemblerattfpu

Read More
GDB step over command...

coperating-systemgdbbootloaderatt

Read More
How to translate this code from Intel(nasm) to AT&T(gas) syntax?...

assemblynasmatt

Read More
Limitations of Intel Assembly Syntax Compared to AT&T...

linuxassemblyx86attintel-syntax

Read More
The difference between cmpl and cmp...

assemblyx86x86-64attinstructions

Read More
Need Interpretation of 64bit Assembly Instruction As Opposed to 32bit...

assemblyx8632bit-64bitdisassemblyatt

Read More
What does a minus before an addressing mode mean in assembly, like -0x2(%rbx)...

assemblyx86-64attaddressing-mode

Read More
fstcw assembly operand type mismatch...

cassemblyroundingattx87

Read More
How to know if an assembly code has particular syntax (emu8086, NASM, TASM, ...)?...

assemblyx86tasmattintel-syntax

Read More
Intel Assembly ljmp syntax from AT&T syntax...

assemblyx86-16gnu-assemblerattintel-syntax

Read More
Mov instruction causing Expression Syntax Error...

assemblynasmatt

Read More
How to load address of function or label into register...

gccassemblyx86-64attaddressing-mode

Read More
X86 read from stdin and write to stdout without referring the standard library...

x86stdoutstdinsystem-callsatt

Read More
".int" vs ".byte" for creating an array on GNU assembler...

arraysassemblygnu-assembleratt

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

assemblyx86sseattmicro-optimization

Read More
x86 Assembly: Prologue of recursive function messes up parameters...

recursionassemblyx86att

Read More
x86 Assembly: Calling malloc does not place the pointer to the allocated memory in the EAX register...

linuxassemblyx86glibcatt

Read More
What is the "-4" for in assembler: movl $1, -4(%rbp)...

assemblyx86-64attaddressing-mode

Read More
How to use ins instruction with GNU assembler...

x86g++inline-assemblyattioports

Read More
counting the '0's in a string in assembly...

cstringassemblyx86att

Read More
Incorrect matrix value being retrieved when calling an x86 Assembly function from a C program...

cassemblyx86att

Read More
Segmentation fault when calling x86 Assembly function from C program...

cassemblyx86att

Read More
Calculating LCM in assembly x86...

assemblyx86x86-64att

Read More
BackNext