Hi, > 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 "dt" is one of the directives and you can find help about it (and more) in the MPASM help file, Chapter 3, that comes with MPLAB (I have version 3.31). There is also a list of pseudo-mnemonics (like skpz, skpnc, etc.) in the same help file under Appendix D \ PIC16CXX Instruction Set \ Special Instruction Mnemonics. Niki