Hi, i want to display all *SFR-Register in a loop like: for(FSR=firstSFR;SFR<=lastFSR; FSR++) { x= *FSR; putChar(x); } how to? bis denn... Rainer Stamm
View entire thread