$02 $00 (always!) ;lo-byte for accessing information-table, always =$00 $03 (hi-byte of index) ;hi-byte for information-table "=" hi-byte for index ... ... ldy #obj_index_lo ;full object-index consists of this y-value plus the value currently in $03 lda ($02),y ;get information from table