Em 23/2/2010 11:41, Jason Hsu escreveu: > In C code, how do you move the result of ADRESL from Bank 01 to Bank > 00 in C? In Assembly language, the thing to do is put the result of > ADRESL in the working variable, switch to Bank 00, and move the > working variable into another variable. How do you access the working > variable in C? It seems to be hidden away. > = Just use (assuming that var is in bank 0): char var; . . . var =3D ADRESL; The compiler takes care of all the details for you. Best regards, Isaac __________________________________________________ Fa=E7a liga=E7=F5es para outros computadores com o novo Yahoo! Messenger = http://br.beta.messenger.yahoo.com/ = -- = http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist