Search code examples
Referencing the contents of a memory location. (x86 addressing modes)...


assemblyx86masmaddressing-mode

Read More
What does the bracket in `movl (%eax), %eax` mean?...


assemblyx86gnu-assemblerattaddressing-mode

Read More
Need clarification on the dummy read in absolute X indexed...


addressing-mode6502

Read More
In MASM what is array[4]...


assemblyx86masmmasm32addressing-mode

Read More
Struggling to understand 'Zero-Page Indirect Address Indexed by Y' for the 6502 Assembly Lan...


assemblymemory-addressaddressing-mode6502

Read More
How is address arithmetic handled in NASM for x86 in hardware...


assemblyx86nasmcpu-architectureaddressing-mode

Read More
How to interpret memory reference on right side of assembly equation?...


exceptionassemblymemoryarm64addressing-mode

Read More
Confusion about addressing modes - how does a register by itself outside () work as an ADDRESS_OR_OF...


assemblyx86terminologyattaddressing-mode

Read More
Is "strb w0, [x2, w3, uxtw]" the same as "strb w0, [x2, w3, uxtw #0]"?...


assemblyarm64instructionsaddressing-modeinstruction-encoding

Read More
Efficient multiple indirection in 6502 code...


assemblyaddressing-mode6502atari-2600

Read More
Understanding %rip register in intel assembly...


assemblyx86-64addressing-moderelative-addressing

Read More
Is it more efficient to multiply within the address displacement or outside it?...


assemblyoptimizationx86micro-optimizationaddressing-mode

Read More
Why can't MIPS use two registers in an addressing mode?...


assemblymipscpu-architectureaddressing-mode

Read More
Load Word in MIPS, using register instead of immediate offset from another register...


assemblymipsaddressing-mode

Read More
Loop over function args on the stack, using a register as an index for ESP?...


assemblyx86attaddressing-mode

Read More
Differences between general purpose registers in 8086: [bx] works, [cx] doesn't?...


assemblyx86-16cpu-registersaddressing-mode

Read More
invalid effective address calculation...


assemblyx86-16addressing-mode

Read More
Was there ever 8-bit memory addressing in the original 16-bit x86?...


assemblyx86x86-16addressing-mode

Read More
asm compile issue...


assemblyx86-64inline-assemblyaddressing-mode

Read More
How would I use base addressing mode to save character into variable?...


assemblyx86nasmaddressing-mode

Read More
Using 8-bit registers in x86-64 indexed addressing modes...


assemblyx86x86-64addressing-mode

Read More
M68K: predecrement on the same register...


assemblyaddressing-mode68000

Read More
RISC access address greater than largest integer register...


assemblycpu-architecturememory-addressaddressing-moderisc

Read More
A couple of questions about [base + index*scale + disp] and AT&T disp(base, index, scale)...


assemblyx86attaddressing-modeintel-syntax

Read More
In a RISC/MIPS-32bit architecture, how does an instruction target a remote memory address that falls...


assemblymipscpu-architectureriscvaddressing-mode

Read More
error: invalid operand type when mutiplying by register...


assemblyx86nasmaddressing-mode

Read More
More insight on Register Indirect Mode for assembly language...


assemblyx86cpu-registersaddressing-mode

Read More
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
BackNext