As for how you use them well, getting masked sprites is what first comes to my mind. Basically you have to AND the sprite mask to the screen so that it clears the area that the sprite takes up. Then you can XOR/OR the actual sprite into the blank area so the sprite does look messed up/ see-through if you just used one operation.