Search code examples
Struggling to understand 'Zero-Page Indirect Address Indexed by Y' for the 6502 Assembly Lan...


assemblymemory-addressaddressing-mode6502

Read More
What segment register will [SI+BP] use?...


assemblyx86cpu-registersmemory-segmentationaddressing-mode

Read More
What does 0x4 do in "movl $0x2d, 0x4(%esp)"?...


assemblyx86gnu-assemblerattaddressing-mode

Read More
Subtracting registers with an LEA instruction?...


assemblyx86x86-64pointer-arithmeticaddressing-mode

Read More
How to read scaled-register memory operands in AT&T syntax?...


assemblyx86attoperandsaddressing-mode

Read More
Correct immediate range of ldr in apple arm, possible clang assmbler bug...


assemblyclangllvmarm64addressing-mode

Read More
Why do GCC and Clang stop using RIP-relative loads for arrays bigger than 16MB?...


assemblygccclangx86-64addressing-mode

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


assemblyx86cpu-registersattaddressing-mode

Read More
What is addressing mode [IndexReg * ScaleFactor + Offset] used for?...


assemblyx86addressing-mode

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