Hi all,
Is there any advantage and/or inconvenient to use DEFINE USE_LFSR on 18F serie?
Just curious.
Thanks
Hi all,
Is there any advantage and/or inconvenient to use DEFINE USE_LFSR on 18F serie?
Just curious.
Thanks
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
As far as I can tell, using the DEFINE just tells PBP to use a shorter method of executing the instruction:
QUOTE:
Early PIC18Xxxx devices do not include the LFSR assembler op-code. By
default, PBP will not use the LFSR op-code but will use a longer method
instead. If the PIC18Xxxx device does have the LFSR op-code, a Define may
be added to the BASIC program to tell PBP to use it:
Define USE_LFSR 1
Bookmarks