gnupic@linuxhacker.org

gnupic@linuxhacker.org


Subject: gpasm special macros
From: Anthony Tekatch
Date: Sun, 17 Feb 2002 19:12:21 -0500


Where can I find the Gpasm "special macro" descriptions for things like
LCALL and LGOTO for the PIC16F874 processor.

The file special.inc contains:
lcall   macro   k
        call    k
        endm

lgoto   macro   k
        goto    k
        endm

But Gpasm does not expand lcall to a simple call, so where does it know
how to set the bank bits (which is what it does)?

-- 
Anthony Tekatch

gnupic@linuxhacker.org