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 You can find all the pseudo asm instructions on http://www.microchip.com/10/Tools/uGuides/uGuide/index.htm ... You have to download the file MPASMUser's Guide with MPLINK and MPLIB and look on page 134 at the Table E.11 PIC16C5X/PIC16CXX Special Instruction Mnemonics. But be aware that these mnumonics are replacements for one OR MORE asm codes. Be very careful useing these in any critical timing applications. Regards, Brian.