EE 308 Using X and Y as Pointers
ldx #table
ldx table
ldx #table ; Address of table => X ldx table ; First two bytes of table => X
ldaa 0,x inx
ldaa 1,x+