FScalini wrote: > > Hi everyone, > > I've seen in Myke's book the use of pseudo-asm to abbreviate code in some > situations (e.g. "dt" to implement lookup tables). I've searched all over > Microchip's literature and the web for more of these "short cuts" and haven't > found a thing. Does anybody know where the literature that describes these > pseudo-ops can be found? Are there many other such commands that also > abbreviate code like dt? Thanks. > > Fernando Use Microchips MPLAB help, MPASM, 16cXX and then look for "Special" opcodes ie "BZ destination" = a "BTFSC status,z" followed with "GOTO destination" regards, Graham Daniel