What does A - A equal? :) (yes, it does exactly the same thing, including flags...since everyone uses XOR A, I decided to be different and use SUB A in all my code) > sub a > ld (_asapvar+1),a > ----- My Reply --------------------------------------- > I saw someone do this but with 'xor a' instead.. What exactly is 'sub' for? > Is it the same thing?