ld h, (sineTable >> 8) & $FF ; Get MSB of table ld a, (frame_count) ; Get index ld l, a ld a, (hl) ; Look up value