Alex Barrett wrote: > > What is the best tutorial text people have seen for the MPLab >compiler? The on-line HELP file. It is very comprehensive if you know anything at all about assemblers/linkers. > I always feel that I'm only using half of what it is capable > of doing. I found that reading the entire help file was most helpful to getting me up to speed on MPASM specifics and syntax differences. There are some things that are not mentioned (like 1234h works just as well as h1234, but '1234.' is NOT the same as '.1234' or 'D1234' [force decimal radix]. Same for '1000B' vs 'B1010'. The first constructs error out as invalid labels. WHY the inconsistancy)? Robert.Rolf@UAlberta.ca