On 9/13/06, Christoph Klein wrote: > Hi List! > > I give up :) > I've wasted precious days now. I am trying to get the 10F222's A/D to > work. ... > movf ADRES, HELP ; load A/D result into variable HELP I'm pretty sure this isn't doing what you want. On the low-end PICs, you can move a file to W or W to a file but not one file to another file register. So try two instructions: movfw ADRES movwf HELP ("movfw FILE" is a macro for "movf FILE,0") Regards, Mark markrages@gmail -- You think that it is a secret, but it never has been one. - fortune cookie -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist