Nintendo NES-001 User Guide - Page 44

E.11 Indirect Indexed

Page 44 highlights

E.11 Indirect Indexed Indirect indexed (also known as post-indexed) addressing takes a single operand which gives the zero page address of the least significant byte of a 16-bit address which is then added to the Y register to give the target address. For example, if the operand is bb, 00bb is xx and 00bb + 1 is yy, then the data can be found at yyxx. An example of this addressing mode is AND ($12),Y. Figure E-19. Indirect indexed addressing. 44

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47

44
E.11 Indirect Indexed
Indirect indexed (also known as post-indexed) addressing takes a single operand which
gives the zero page address of the least significant byte of a 16-bit address which is then
added to the Y register to give the target address. For example, if the operand is bb, 00bb is
xx and 00bb + 1 is yy, then the data can be found at yyxx. An example of this addressing
mode is AND ($12),Y.
Figure E-19. Indirect indexed addressing.