movx a,@r0
add a,#07eh ; check right boundary
jnz loop_2b
Which I'm guessing only checks to see if the sprite is at (and only at) #07eh, but I'd like to check for greater numbers than #07eh as the game progresses and the sprites move faster.













