> Does MPASM support the : code label syntax? I hadn't seen that > before > in MPASM source. Yes, it does, as do most assemblers. I use it because then I can find the label easily in a text editor (instead of seeing all the references to the label). I also put the label on a line by itself for four reasons: 1: it can be long without messing up the code format 2: I can easily add code immediately after it 3: It gives me a place for comments to describe, for example, a loop invariant 4: I just like the way it looks ;-) Bob Ammerman RAm Systems -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist