At 01:07 2002-05-05, you wrote: >In the below program, my compiler doesn't like the hex tokens. >(BF,20,etc...) Anyone know why? You have to put $ in front of them. Else the compiler wont know that they are hex numbers and think they are labels. So, write $BF and so on instead. //Olle