YEAH!!!!! IT WORKS finally after 2 weeks of trying it works
HenrikOlsson's code worked except for
Code:
CMCON = 7    'Turn off all comparators.
it gave me an undefined symbol 'cmcon' error but after some searching i saw that
Code:
POKE $19, 7
would do the same thing
and it did
THANK YOU SO MUCH!! (HenrikOlsson, you don't mind I put your name in my project references?)