Quote Originally Posted by Ted's View Post
One thing to clarify: Is there a difference regarding the time being elapsed when using BYTE for Zahl instead of WORD?
Yes, because comparing 2 words could take 2 comparisons....Check the high byte, if it's equal, then you have to go on and check the low byte.