gnupic@linuxhacker.org
gnupic@linuxhacker.org
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