Search code examples
Assembly: What is the purpose of movl data_items(,%edi,4), %eax in this program...

assemblyx86attaddressing-modearray-indexing

Read More
Memory addressing mode interpretation for x86 on Linux...

assemblyx86attaddressing-mode

Read More
How to use RIP Relative Addressing in a 64-bit assembly program?...

assemblyx86-64gnu-assembleraddressing-moderelative-addressing

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

assemblyx86-64attgnu-assembleraddressing-mode

Read More
Why is a RIP-relative LEA instruction producing a PIC-incompatible R_X86_64_32S relocation?...

assemblyx86-64nasmaddressing-moderelocation

Read More
Do offsets in assembly represent addresses or bits?...

assemblyx86memory-addressaddressing-mode

Read More
Motorola 68000 assembler syntax for Program Counter Indirect with Index...

assemblydisassemblygnu-assembleraddressing-mode68000

Read More
Why can't I use both SI and DI or BX and BP registers with indirect addresing in 8086?...

assemblycpu-architecturex86-16addressing-mode

Read More
What is an effective address?...

x86x86-64intelmemory-addressaddressing-mode

Read More
Is the Linux paging model an abstraction?...

linuxlinux-kernelx86pagingaddressing-mode

Read More
Type of addressing mode for [bx]?...

assemblyx86-16addressing-mode

Read More
Do terms like direct/indirect addressing mode actual exists in the Intel x86 manuals...

assemblyx86addressing-mode

Read More
What is the allowed range for offsets in for example LEA RAX, [RBX+off]...

assemblyx86-64addressing-mode

Read More
Does offset in ARM Assembly counts from the start or the end?...

assemblyarmmachine-codeaddressing-modeinstruction-encoding

Read More
What does "A1114E: Expected register relative expression" mean?...

assemblyarmaddressing-mode

Read More
Force RIP-relative access to fixed offset in NASM...

assemblyx86-64nasmaddressing-moderelative-addressing

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

assemblyx86-64attaddressing-moderelative-addressing

Read More
Why does this MOVSS instruction use RIP-relative addressing?...

assemblyx86-64disassemblyaddressing-moderelative-addressing

Read More
What is the function of parentheses in MIPS?...

assemblymipsaddressing-mode

Read More
Offset an index with the value in another register ARMv8...

assemblyarmaddressing-modearmv8

Read More
rbp not allowed as SIB base?...

assemblyx86x86-64machine-codeaddressing-mode

Read More
Encoding memory operands using the RSP register in x64 - SIB byte needed?...

assemblyx86-64machine-codeaddressing-modeinstruction-encoding

Read More
What is the point of offset in mips lw and sw instructions?...

assemblymipscpu-architecturemips32addressing-mode

Read More
difference between ldmia.w sp, {r1, r2} and ldmia.w sp!, {r1, r2}?...

assemblyarmstack-memoryaddressing-mode

Read More
68k assembly - plus symbol on address registers...

assemblyreverse-engineering68000addressing-mode

Read More
CS: override on access to global variables in IDA output, like mov eax, cs:x?...

assemblyx86-64disassemblyidaaddressing-mode

Read More
Assembler use of segment register...

assemblyx86masmaddressing-modememory-segmentation

Read More
Negative operand in mov.b Instruction...

assemblymsp430addressing-modectf

Read More
What value from memory or register do each of the AT&T syntax operands access?...

assemblyx86memory-addressattaddressing-mode

Read More
The instruction "mov ax,[ax]" wont compile...

assemblyx86-16addressing-mode

Read More
BackNext